逐步修改url链接

This commit is contained in:
sijinhui 2024-07-12 00:07:32 +08:00
parent 7c63912e85
commit 9066c4eb55

View File

@ -159,9 +159,9 @@ export const usePromptStore = createPersistStore(
onRehydrateStorage(state) {
// const PROMPT_URL = "https://cos.xiaosi.cc/next/public/prompts.json";
const PROMPT_URL = "https://oss.xiaosi.cc/chat/public/prompts.json";
const PROMPT_URL = "https://qn.xiaosi.cc/json/chat/prompts.json";
const GPT_PROMPT_URL =
"https://oss.xiaosi.cc/chat/public/prompt_library.json";
"https://qn.xiaosi.cc/json/chat/prompt_library.json";
type PromptList = Array<[string, string]>;