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": "Failed to create project",
"analysisModelRequiredAfterCreate": "Project created. Please configure default models in Profile first (at minimum an analysis model), or the project cannot be used.",
"updateFailed": "Failed to update project",
"validation": {
"nameRequired": "Project name is required.",
"nameTooLong": "Project name cannot exceed 100 characters.",
"descriptionTooLong": "Project description cannot exceed 500 characters."
},
"deleteFailed": "Failed to delete project",
"totalProjects": "{count} projects in total",
"statsEpisodes": "Episodes",
@@ -34,4 +39,4 @@
"link": "Settings Center",
"after": "to configure models, or customize them in project settings after creation."
}
}
}