增加隐藏网络模式切换开关
This commit is contained in:
@@ -26,7 +26,7 @@ export const usePanelState = defineStore('panel', {
|
||||
this.recordState()
|
||||
},
|
||||
|
||||
// 获取云端的面板配置
|
||||
// 获取云端(搭建的服务器)的面板配置
|
||||
updatePanelConfigByCloud() {
|
||||
getUserConfig<Panel.userConfig>().then((res) => {
|
||||
if (res.code === 0)
|
||||
|
||||
Reference in New Issue
Block a user