增加提示词

This commit is contained in:
2025-11-15 20:22:29 +08:00
parent cea0064ec5
commit 5b4be27af9
8 changed files with 21496 additions and 4967 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type LangCode = 'en' | 'zh_CN' | 'es_ES';
export type LangCode = 'en' | 'zh_CN';
export interface PromptTag {
key: string;