generated from kevisual/vite-react-template
feat: 添加远端配置的保存和加载功能,优化仓库卡片显示主题和可见性
This commit is contained in:
@@ -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' }],
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user