Update major applications to support AntOS v2.0.x

This commit is contained in:
DanyLE
2023-01-01 01:54:04 +01:00
parent 695044704b
commit 7171a7eb3b
212 changed files with 2135 additions and 3806 deletions

View File

@ -2,4 +2,5 @@
View and edit files in diff mode
## Change logs
- 0.1.6-a: adapt to new AntOS v2.0.x
- Add dependencies

View File

@ -7,7 +7,7 @@
"author": "",
"edsdmail": ""
},
"version":"0.1.5-a",
"version":"0.1.6-a",
"category":"Development",
"iconclass":"bi bi-file-diff-fill",
"mimes":["none"],

View File

@ -4,7 +4,7 @@
<afx-file-view data-id="fileview" min-width="150" data-width="150" view="tree" status="false"></afx-file-view>
<afx-resizer data-width="3"></afx-resizer>
<afx-vbox>
<afx-hbox data-height="20">
<afx-hbox data-height="30">
<afx-label data-id="left-file" class="file-label"></afx-label>
<afx-label data-id="right-file" class="file-label"></afx-label>
</afx-hbox>