feat(home): add AI story expand button and modal

This commit is contained in:
saturn
2026-03-24 23:53:26 +08:00
parent 4e469074e0
commit fd8f5f8635
28 changed files with 615 additions and 3 deletions

View File

@@ -11,5 +11,15 @@
"minutesAgo": "{n}分钟前",
"hoursAgo": "{n}小时前",
"daysAgo": "{n}天前"
},
"aiWrite": {
"trigger": "AI 帮我写",
"modalTitle": "AI 创作助手",
"modalSubtitle": "输入你的创意,让 AI 帮你生成完整故事",
"inputLabel": "输入你的创意内容",
"placeholder": "输入关键词、故事大纲或简短创意...\n\n例如\n• 古代宫廷 复仇 悬疑 女主角\n• 第一幕:女主回到京城,暗访旧宅;第二幕:宫廷宴会偶遇仇人之子",
"hint": "💡 可以输入关键词、故事大纲、创意描述AI 会根据你的输入扩展生成完整的故事内容",
"startAiWrite": "开始 AI 创作",
"cancel": "取消"
}
}