Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jan 21, 2022
1 parent 1f8a826 commit 409c8a1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/index.html
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.e6b4e8cd464eff8cc6566cdb26173254.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3df229f18c7f5164b92d.js></script><script type=text/javascript src=./static/js/app.8a9350efdba95123bddd.js></script></body></html>
}</script><link href=./static/css/app.e6b4e8cd464eff8cc6566cdb26173254.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3df229f18c7f5164b92d.js></script><script type=text/javascript src=./static/js/app.f55134787766bd0dbf66.js></script></body></html>
1 change: 0 additions & 1 deletion web/static/js/app.8a9350efdba95123bddd.js

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web_src/src/models/page.js
Expand Up @@ -159,7 +159,7 @@ const rederPageContent = (page_content, globalParams = {}) => {
headers.map(one => {
// 如果名字为空,或者存在禁用的key且禁用状态生效中,则终止本条参数
if (!one.name || (one.disable && one.disable >= 1)) return
newContent += `|${one.name}|${one.value}|${one.value} |${
newContent += `|${one.name}|${one.value} |${
one.require > 0 ? '是' : '否'
} |${one.type} | ${one.remark ? one.remark : '无'} |
`
Expand Down

0 comments on commit 409c8a1

Please sign in to comment.