文档展示样式优化

This commit is contained in:
sswiki
2023-09-26 16:13:45 +08:00
parent 66904f0bb4
commit 75577350ba
16 changed files with 1779 additions and 10701 deletions

View File

@@ -6,7 +6,7 @@ export const useStoreDisplay = defineStore('wikiDisplay', {
// 左边目录栏宽度
viewMenuWidth: 300,
// 是否显示右边评论栏
commentShow: false,
commentShow: true,
commentActiveTab: 'comment',
showMenu: true,
rightAsideWidth: 300,