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