mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 04:08:21 +01:00
Fix minor bug on booklet
This commit is contained in:
parent
6aa49c4af9
commit
f984775774
@ -4,6 +4,8 @@ A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https:
|
|||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
### v0.2.1-a
|
### v0.2.1-a
|
||||||
|
* Chage libraries load order
|
||||||
|
### v0.2.1-a
|
||||||
* Add depends on the SimpleMDE package
|
* Add depends on the SimpleMDE package
|
||||||
### v0.2.0-a
|
### v0.2.0-a
|
||||||
* Book meta data is no longer depending on the absolute path
|
* Book meta data is no longer depending on the absolute path
|
||||||
|
@ -4,6 +4,8 @@ A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https:
|
|||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
### v0.2.1-a
|
### v0.2.1-a
|
||||||
|
* Chage libraries load order
|
||||||
|
### v0.2.1-a
|
||||||
* Add depends on the SimpleMDE package
|
* Add depends on the SimpleMDE package
|
||||||
### v0.2.0-a
|
### v0.2.0-a
|
||||||
* Book meta data is no longer depending on the absolute path
|
* Book meta data is no longer depending on the absolute path
|
||||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "mrsang@lxsang.me"
|
"email": "mrsang@lxsang.me"
|
||||||
},
|
},
|
||||||
"version":"0.2.1-a",
|
"version":"0.2.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-adn",
|
"iconclass":"fa fa-adn",
|
||||||
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
||||||
|
Binary file not shown.
@ -358,10 +358,10 @@ class Booklet extends this.OS.application.BaseApplication
|
|||||||
|
|
||||||
|
|
||||||
Booklet.dependencies = [
|
Booklet.dependencies = [
|
||||||
"pkg://Katex/main.js",
|
|
||||||
"pkg://Katex/main.css",
|
|
||||||
"pkg://SimpleMDE/main.js",
|
"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
|
this.OS.register "Booklet", Booklet
|
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "mrsang@lxsang.me"
|
"email": "mrsang@lxsang.me"
|
||||||
},
|
},
|
||||||
"version":"0.2.1-a",
|
"version":"0.2.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-adn",
|
"iconclass":"fa fa-adn",
|
||||||
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Booklet/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Booklet/README.md",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"author": "Xuan Sang LE",
|
"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"],
|
"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"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Booklet/build/release/Booklet.zip"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user