feat: refine UI, improve UX, optimize the analysis pipeline, and add character standing positions

This commit is contained in:
saturn
2026-04-02 17:39:16 +08:00
parent c3e74c228a
commit 9703714b69
153 changed files with 4472 additions and 1088 deletions

View File

@@ -23,6 +23,11 @@
"createFailed": "创建项目失败",
"analysisModelRequiredAfterCreate": "项目已创建。请先前往个人设置配置默认模型(至少设置分析模型),否则无法使用。",
"updateFailed": "更新项目失败",
"validation": {
"nameRequired": "项目名称不能为空。",
"nameTooLong": "项目名称不能超过 100 个字符。",
"descriptionTooLong": "项目描述不能超过 500 个字符。"
},
"deleteFailed": "删除项目失败",
"totalProjects": "共 {count} 个项目",
"statsEpisodes": "章节数",
@@ -34,4 +39,4 @@
"link": "设置中心",
"after": "配置模型,或在创建项目后于项目配置中自定义。"
}
}
}