feat: config login tip

This commit is contained in:
archer
2023-08-28 21:43:15 +08:00
parent be937956af
commit 7e9cac3478
4 changed files with 4 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ export const useGlobalStore = create<State>()(
state.isPc = val;
});
},
gitStar: 2700,
gitStar: 3700,
async loadGitStar() {
try {
const { data: git } = await axios.get('https://api.github.com/repos/labring/FastGPT');