Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jun 29, 2023
1 parent 79c49ea commit d283e7d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 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": "v3.2.1",
"version": "v3.2.2",
"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 @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href=./static/css/app.2347154dd742da33795a57fb2942f2dd.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.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.9360142c247433c82d3b.js></script></body></html>
}</script><link href=./static/css/app.ac1cfee054523448dd514b9154b01087.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.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.6c24023b2ce48cf46fc7.js></script></body></html>

Large diffs are not rendered by default.

File renamed without changes
1 change: 1 addition & 0 deletions web/static/js/app.6c24023b2ce48cf46fc7.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.9360142c247433c82d3b.js

This file was deleted.

2 changes: 1 addition & 1 deletion web_src/src/components/common/Editormd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
.markdown-body {
font-size: 13px;
font-size: 14px;
line-height:1.75;
}
Expand Down
6 changes: 4 additions & 2 deletions web_src/src/components/item/show/show_regular_item/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:keyword="keyword"
:item_info="item_info"
:searchItem="searchItem"
v-if="item_info"
v-if="item_info && !showMobileHeader"
></LeftMenu>

<LeftMenuBottomBar
Expand Down Expand Up @@ -259,9 +259,11 @@ export default {
this.showToc = true
this.showPCHeader = true
this.showMobileHeader = false
this.device = 'pc'
})
} else {
this.adaptToMobile()
this.showMobileHeader = false
// 切换变量让它重新加载、渲染子组件
var page_id = this.page_id
this.page_id = 0
Expand Down Expand Up @@ -400,7 +402,7 @@ pre ol {
.editormd-html-preview,
.editormd-preview-container {
padding: 0px;
font-size: 13px;
font-size: 14px;
}
.empty-tips {
Expand Down

0 comments on commit d283e7d

Please sign in to comment.