Skip to content

Commit

Permalink
v2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jun 26, 2022
1 parent c7d8fd3 commit 6696148
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Api"
],
"homepage": "https://github.com/star7th/showdoc",
"version": "v2.10.7",
"version": "v2.10.8",
"license": "Apache-2.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'server': window.location.protocol + '//' + window.location.host + window.location.pathname + '../server/index.php?s=',
// "lang" :'en'
'lang': 'zh-cn'
}</script><link href=./static/css/app.bc1e579d569699ccf9cb54363c480e56.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.6db8cb2ce84d56c39977.js></script><script type=text/javascript src=./static/js/app.5e729ae621115a1dcb2d.js></script></body></html>
}</script><link href=./static/css/app.ee6723b29a5bdd38e003bbc365bcce68.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.6db8cb2ce84d56c39977.js></script><script type=text/javascript src=./static/js/app.5cf741e2aa23ff2bc6fd.js></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/js/app.5cf741e2aa23ff2bc6fd.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.5e729ae621115a1dcb2d.js

This file was deleted.

2 changes: 2 additions & 0 deletions web_src/src/components/page/edit/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ export default {
var loading = that.$loading()
let childRef = this.$refs.Editormd
var content = childRef.getMarkdown()
var page_title = this.title
var cat_id = this.cat_id
var item_id = that.$route.params.item_id
var page_id = that.$route.params.page_id
Expand All @@ -593,6 +594,7 @@ export default {
is_notify: this.is_notify,
notify_content: this.notify_content,
page_content: encodeURIComponent(content),
page_title: page_title,
is_urlencode: 1,
cat_id: cat_id
}).then(data => {
Expand Down

0 comments on commit 6696148

Please sign in to comment.