Skip to content

Commit 3bcb857

Browse files
committed
Update
1 parent be4a8f4 commit 3bcb857

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/Instruct.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
```
1212
file.add
1313
└── (in file.add)
14-
├── addon.prop # add-on information
14+
├── download.prop # link to download add-on
15+
├── addon.prop # add-on information
1516
├── icon.png (200x200) # is the icon of the add-on
1617
├── menu.sh # 3-dot menu button
1718
├── index.sh|index.xml # After entering the page, all content will be displayed.
1819
├── firstly_start.sh # This command only runs during data installation and application updates.
1920
├── early_start.sh # The first time the application starts, it will run the shell.
2021
├── install.sh # When the add-on is unzipped, it will run the shell.
21-
├── uninstall.sh # remove add-on it will run shell
22-
└── language.sh # subfile of index.sh to add language
22+
└── uninstall.sh # remove add-on it will run shell
2323
```
2424

2525
**Menu.sh**

0 commit comments

Comments
 (0)