Fix minor bug on booklet

This commit is contained in:
lxsang 2021-01-17 08:19:58 +00:00
parent 6aa49c4af9
commit f984775774
8 changed files with 11 additions and 7 deletions

View File

@ -4,6 +4,8 @@ A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https:
## Change logs
### v0.2.1-a
* Chage libraries load order
### v0.2.1-a
* Add depends on the SimpleMDE package
### v0.2.0-a
* Book meta data is no longer depending on the absolute path

View File

@ -4,6 +4,8 @@ A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https:
## Change logs
### v0.2.1-a
* Chage libraries load order
### v0.2.1-a
* Add depends on the SimpleMDE package
### v0.2.0-a
* Book meta data is no longer depending on the absolute path

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@lxsang.me"
},
"version":"0.2.1-a",
"version":"0.2.2-a",
"category":"Other",
"iconclass":"fa fa-adn",
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],

Binary file not shown.

View File

@ -358,10 +358,10 @@ class Booklet extends this.OS.application.BaseApplication
Booklet.dependencies = [
"pkg://Katex/main.js",
"pkg://Katex/main.css",
"pkg://SimpleMDE/main.js",
"pkg://SimpleMDE/main.css"
"pkg://SimpleMDE/main.css",
"pkg://Katex/main.js",
"pkg://Katex/main.css"
]
this.OS.register "Booklet", Booklet

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@lxsang.me"
},
"version":"0.2.1-a",
"version":"0.2.2-a",
"category":"Other",
"iconclass":"fa fa-adn",
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],

View File

@ -65,7 +65,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Booklet/README.md",
"category": "Other",
"author": "Xuan Sang LE",
"version": "0.2.1-a",
"version": "0.2.2-a",
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],"mimes":["dir"],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Booklet/build/release/Booklet.zip"
},