增加隐藏网络模式切换开关

This commit is contained in:
Sun
2024-01-24 14:54:37 +08:00
parent e0dcc49f5b
commit fceacf58b8
7 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export const usePanelState = defineStore('panel', {
this.recordState()
},
// 获取云端的面板配置
// 获取云端(搭建的服务器)的面板配置
updatePanelConfigByCloud() {
getUserConfig<Panel.userConfig>().then((res) => {
if (res.code === 0)