feat: add change user-config

This commit is contained in:
2025-04-03 19:22:41 +08:00
parent 1e10c8529e
commit 521255c1af
25 changed files with 1667 additions and 762 deletions

View File

@@ -52,7 +52,7 @@ export const useAppVersionStore = create<AppVersionStore>((set, get) => {
key,
},
});
get().getApp(key);
get().getApp(key, true);
set({ loading: false });
if (res.code === 200) {
set({ list: res.data });