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}m ago",
"hoursAgo": "{n}h ago",
"daysAgo": "{n}d ago"
},
"aiWrite": {
"trigger": "AI Write",
"modalTitle": "AI Writing Assistant",
"modalSubtitle": "Enter your idea and let AI generate a complete story",
"inputLabel": "Enter your creative idea",
"placeholder": "Enter keywords, story outline, or a short idea...\n\ne.g.\n• ancient palace, revenge, mystery, female lead\n• Act 1: The heroine returns to the capital; Act 2: A chance encounter at the royal banquet",
"hint": "💡 You can enter keywords, story outlines, or creative descriptions. AI will expand your input into a complete story",
"startAiWrite": "Start AI Writing",
"cancel": "Cancel"
}
}