mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 04:08:21 +01:00
update archive
This commit is contained in:
parent
ef5bb0d4b1
commit
8cc0bc5c19
@ -9,5 +9,8 @@ Small application for zip file manager
|
|||||||
|
|
||||||
## Changle log
|
## Changle log
|
||||||
|
|
||||||
|
### v0.0.2-a
|
||||||
|
* Adapt to the new AntOS string API
|
||||||
|
|
||||||
### v0.0.1-a
|
### v0.0.1-a
|
||||||
* First release
|
* First release
|
@ -9,5 +9,8 @@ Small application for zip file manager
|
|||||||
|
|
||||||
## Changle log
|
## Changle log
|
||||||
|
|
||||||
|
### v0.0.2-a
|
||||||
|
* Adapt to the new AntOS string API
|
||||||
|
|
||||||
### v0.0.1-a
|
### v0.0.1-a
|
||||||
* First release
|
* First release
|
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "mrsang@lxsang.me"
|
"email": "mrsang@lxsang.me"
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.0.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-archive",
|
"iconclass":"fa fa-archive",
|
||||||
"mimes":["application/zip"],
|
"mimes":["application/zip"],
|
||||||
|
Binary file not shown.
@ -114,7 +114,7 @@ class Archive extends this.OS.application.BaseApplication
|
|||||||
refreshTreeFile: () ->
|
refreshTreeFile: () ->
|
||||||
return unless @zip
|
return unless @zip
|
||||||
treedata = {
|
treedata = {
|
||||||
text: @currfile.filename.trimRight(".zip"),
|
text: @currfile.filename.trimFromRight(".zip"),
|
||||||
type: "dir"
|
type: "dir"
|
||||||
path: "",
|
path: "",
|
||||||
open: true,
|
open: true,
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "mrsang@lxsang.me"
|
"email": "mrsang@lxsang.me"
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.0.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-archive",
|
"iconclass":"fa fa-archive",
|
||||||
"mimes":["application/zip"],
|
"mimes":["application/zip"],
|
||||||
|
@ -6,7 +6,7 @@ Blackend for my blog at https://blog.iohub.dev
|
|||||||
## Change logs
|
## Change logs
|
||||||
|
|
||||||
### v0.2.x-a
|
### v0.2.x-a
|
||||||
* Patch 3: Correct JSON text decoding in
|
* Patch 3: Correct JSON text decoding
|
||||||
* Patch 2: Bug fix rendering content
|
* Patch 2: Bug fix rendering content
|
||||||
* Patch 0-1 Important change: Store raw post content to the database instead of base64 string as before
|
* Patch 0-1 Important change: Store raw post content to the database instead of base64 string as before
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Archive/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Archive/README.md",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"version": "0.0.1-a",
|
"version": "0.0.2-a",
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Archive/build/release/Archive.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Archive/build/release/Archive.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user