feat: 添加远端配置的保存和加载功能,优化仓库卡片显示主题和可见性

This commit is contained in:
2026-02-25 01:26:01 +08:00
parent 7ec6428643
commit 635e6a8a1b
5 changed files with 153 additions and 96 deletions

View File

@@ -99,5 +99,5 @@ export const useLayoutStore = create<LayoutStore>((set, get) => ({
setLoginPageConfig: (config) => set((state) => ({
loginPageConfig: { ...state.loginPageConfig, ...config },
})),
links: [{ title: '首页', href: '/', key: 'home' }],
links: [{ title: '', href: '/', key: 'home' }],
}));