Skip to content

Commit 964937c

Browse files
style(dice-verse): change descritions
1 parent bdeedea commit 964937c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/dice-verse/src/components/TitleGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const TitleGrid: React.FC<TitleGridProps> = ({ data, phase, onRotateDice, title,
4242
{phase === 'create' && (
4343
<div className="text-center">
4444
<div className="text-xl md:text-2xl font-bold text-slate-800 px-4 py-2">
45-
{title || '无标题'}
45+
{title || '无题'}
4646
</div>
4747
</div>
4848
)}

apps/dice-verse/src/pages/Index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const Index = () => {
255255
{phase === 'setup' && '请先输入标题,然后设置每个格子中的字数,最后点击生成词汇'}
256256
{phase === 'generate' && (
257257
<span className="flex items-center justify-center md:justify-end gap-2">
258-
正在AI顺序生成连贯词汇...
258+
正在生成连贯词汇...
259259
<span className="text-blue-600 font-medium">
260260
{generationProgress.current}/{generationProgress.total}
261261
</span>
@@ -269,7 +269,7 @@ const Index = () => {
269269
)}
270270
</span>
271271
)}
272-
{phase === 'create' && '左键前进,右键后退,旋转骰子创作你的诗歌'}
272+
{phase === 'create' && '左键下一个,右键上一个,调整骰子创作你的诗歌'}
273273
</p>
274274
</div>
275275
</div>
@@ -296,7 +296,7 @@ const Index = () => {
296296
<svg className="w-4 h-4 sm:w-5 sm:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
297297
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M5 3l14 9-14 9V3z" />
298298
</svg>
299-
生成AI词汇骰子
299+
生成词汇骰子
300300
</>
301301
)}
302302
</button>

0 commit comments

Comments
 (0)