支持服务端抽稀和服务发布

This commit is contained in:
lin
2025-11-02 23:50:07 +08:00
parent 2a5435c810
commit 311b59870c
29 changed files with 1930 additions and 367 deletions

View File

@@ -2,6 +2,7 @@ const getters = {
sidebar: state => state.app.sidebar,
device: state => state.app.device,
token: state => state.user.token,
showConfirmBoxForLoginLose: state => state.user.showConfirmBoxForLoginLose,
serverId: state => state.user.serverId,
name: state => state.user.name,
visitedViews: state => state.tagsView.visitedViews,