chatbox ui

This commit is contained in:
archer
2023-07-11 23:22:01 +08:00
parent eb768d9c04
commit b2e2f60e0d
46 changed files with 1123 additions and 2817 deletions

View File

@@ -74,8 +74,7 @@ export const useUserStore = create<State>()(
async loadMyModels() {
const res = await getMyModels();
set((state) => {
state.myApps = res.myApps;
state.myCollectionApps = res.myCollectionApps;
state.myApps = res;
});
return null;
},