This commit is contained in:
sijinhui
2024-03-02 09:25:15 +08:00
parent e56ddc69d4
commit 7b7d3525a2
2 changed files with 17 additions and 12 deletions

View File

@@ -150,7 +150,8 @@ export const usePromptStore = createPersistStore(
},
onRehydrateStorage(state) {
const PROMPT_URL = "https://cos.xiaosi.cc/next/public/prompts.json";
// const PROMPT_URL = "https://cos.xiaosi.cc/next/public/prompts.json";
const PROMPT_URL = "./prompts.json";
type PromptList = Array<[string, string]>;