mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
逐步修改url链接
This commit is contained in:
parent
7c63912e85
commit
9066c4eb55
@ -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]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user