页面美化

This commit is contained in:
2025-11-12 13:12:43 +08:00
parent 6392a44b1a
commit b10df4ee1d
4 changed files with 320 additions and 1 deletions
+1
View File
@@ -97,6 +97,7 @@ export const usePromptStore = defineStore('promptStore', {
}
} else {
this.dataset = deepClone(baseline!);
this.promptText = '1girl, solo, long hair, blue eyes, smile, looking_at_viewer, upper_body, outdoors, sunset';
}
// 若无恢复语言,则按数据集进行推断
if (!this.selectedLang) {