mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-19 11:48:22 +01:00
update
This commit is contained in:
parent
9405900664
commit
837a6ae3b6
@ -5,7 +5,7 @@ Blackend for my blog at https://blog.iohub.dev
|
|||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
|
|
||||||
### v0.2.0-a
|
### v0.2.1-a
|
||||||
* Important change: Store raw post content to the database instead of base64 string as before
|
* Important change: Store raw post content to the database instead of base64 string as before
|
||||||
|
|
||||||
### v0.1.4-a
|
### v0.1.4-a
|
||||||
|
@ -5,7 +5,7 @@ Blackend for my blog at https://blog.iohub.dev
|
|||||||
|
|
||||||
## Change logs
|
## Change logs
|
||||||
|
|
||||||
### v0.2.0-a
|
### v0.2.1-a
|
||||||
* Important change: Store raw post content to the database instead of base64 string as before
|
* Important change: Store raw post content to the database instead of base64 string as before
|
||||||
|
|
||||||
### v0.1.4-a
|
### v0.1.4-a
|
||||||
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "xsang.le@gmail.com"
|
"email": "xsang.le@gmail.com"
|
||||||
},
|
},
|
||||||
"version":"0.2.0-a",
|
"version":"0.2.1-a",
|
||||||
"category":"Internet",
|
"category":"Internet",
|
||||||
"iconclass":"fa fa-book",
|
"iconclass":"fa fa-book",
|
||||||
"mimes":["none"]
|
"mimes":["none"]
|
||||||
|
Binary file not shown.
@ -253,7 +253,7 @@ class Blogger extends this.OS.application.BaseApplication
|
|||||||
return unless sel
|
return unless sel
|
||||||
@blogdb.get Number(sel.id)
|
@blogdb.get Number(sel.id)
|
||||||
.then (r) =>
|
.then (r) =>
|
||||||
@editor.value r.content
|
@editor.value r.content.unescape()
|
||||||
@inputtags.value = r.tags
|
@inputtags.value = r.tags
|
||||||
(@find "blog-publish").swon = if Number(r.publish) then true else false
|
(@find "blog-publish").swon = if Number(r.publish) then true else false
|
||||||
.catch (e) =>
|
.catch (e) =>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
"email": "xsang.le@gmail.com"
|
"email": "xsang.le@gmail.com"
|
||||||
},
|
},
|
||||||
"version":"0.2.0-a",
|
"version":"0.2.1-a",
|
||||||
"category":"Internet",
|
"category":"Internet",
|
||||||
"iconclass":"fa fa-book",
|
"iconclass":"fa fa-book",
|
||||||
"mimes":["none"]
|
"mimes":["none"]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.0.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-adn",
|
"iconclass":"fa fa-adn",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.0.2-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-adn",
|
"iconclass":"fa fa-adn",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
Loading…
Reference in New Issue
Block a user