perf: unlogin user fetch data (#3775)

* model config

* feat: normalization embedding

* perf: unlogin user fetch data
This commit is contained in:
Archer
2025-02-13 13:36:33 +08:00
committed by GitHub
parent 1094c65f2b
commit d3641c877c
13 changed files with 104 additions and 43 deletions

View File

@@ -104,7 +104,7 @@ export const useSystemStore = create<State>()(
return null;
},
gitStar: 15600,
gitStar: 20000,
async loadGitStar() {
if (!get().feConfigs?.show_git) return;
try {