File tree Expand file tree Collapse file tree
SettingComponents/BasicSettings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 146146 <MenuViewOwnReply :sort =" 14 " v-model =" settingData .checked44 " v-show =" matchesSearch (' 查看话题内自己回复的楼层数' )" />
147147 <!-- 是否自动打开外链(请谨慎操作,避免打开恶意链接) -->
148148 <MenuAutoOpenLink :sort =" 15 " v-model =" settingData .checked58 " v-show =" matchesSearch (' 自动打开外链' )" />
149- <!-- 默认树形评论 -->
150- <MenuNestedComments :sort =" 16 " v-model =" settingData .checked58_nested " v-show =" matchesSearch (' 默认树形评论' )" />
151149
152150 <div class =" group-line" >编辑器设置</div >
153151 <!-- 编辑器切换 ja 字体 -->
@@ -305,7 +303,6 @@ import MenuAutoLoadTopic from "./SettingComponents/BasicSettings/MenuAutoLoadTop
305303import MenuViewHistoryRead from " ./SettingComponents/BasicSettings/MenuViewHistoryRead.vue" ;
306304import MenuObsidianCallouts from " ./SettingComponents/BasicSettings/MenuObsidianCallouts.vue" ;
307305import MenuAutoOpenLink from " ./SettingComponents/BasicSettings/MenuAutoOpenLink.vue" ;
308- import MenuNestedComments from " ./SettingComponents/BasicSettings/MenuNestedComments.vue" ;
309306
310307// 自定义文字
311308import MenuOtherCss from " ./SettingComponents/CustomText/MenuOtherCss.vue" ;
@@ -444,7 +441,6 @@ export default {
444441 ViewHistoryList,
445442 MenuObsidianCallouts,
446443 MenuAutoOpenLink,
447- MenuNestedComments,
448444 },
449445 data () {
450446 return {
@@ -531,7 +527,6 @@ export default {
531527 checked55: false ,
532528 checked56: false ,
533529 checked57: false ,
534- checked58_nested: false ,
535530 removePostavatarData: {
536531 enable: false ,
537532 showAuthor: false ,
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments