瀏覽代碼

Proper fap_descriptions

MX 2 年之前
父節點
當前提交
9218d8c0df
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 3 0
      README-catalog.md
  2. 2 2
      application.fam

+ 3 - 0
README-catalog.md

@@ -0,0 +1,3 @@
+The HEX Editor app allows you to edit files directly on your Flipper Zero without connecting using your computer or smartphone. This app might be very useful for editing NFC files, similar to the Edit Dump feature.
+
+Run the app on your Flipper Zero and select the file you want to edit. The app displays the first line of the text file. To select the desired character, use the Left and Right buttons. To replace the character, press the Ok button. To navigate through lines, use the Up and Down buttons.

+ 2 - 2
application.fam

@@ -15,6 +15,6 @@ App(
     fap_icon_assets="icons",
     fap_author="@dunaevai135",
     fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
-    fap_version="1.0",
-    fap_description="Read any file line by line, and use Ok to edit char. Useful for NFC file - Edit Dump feature without PC/Phone.",
+    fap_version="1.1",
+    fap_description="Read text files line by line and edit them without a computer or smartphone.",
 )