feat: add home page and refactor workspace entry UI

This commit is contained in:
saturn
2026-03-23 17:45:17 +08:00
parent a6ad11b9c4
commit 4e469074e0
48 changed files with 2970 additions and 453 deletions

15
messages/zh/home.json Normal file
View File

@@ -0,0 +1,15 @@
{
"title": "快速开始",
"subtitle": "描述你想要创作的故事AI 为你智能生成影视短剧",
"inputPlaceholder": "输入你的故事创意、小说片段或剧本大纲...",
"startCreation": "开始创作",
"recentProjects": "最近项目",
"viewAll": "查看全部项目",
"noProjects": "还没有项目,从上方开始你的第一个创作吧",
"ago": {
"justNow": "刚刚",
"minutesAgo": "{n}分钟前",
"hoursAgo": "{n}小时前",
"daysAgo": "{n}天前"
}
}