update tips

This commit is contained in:
bridge
2026-01-10 00:50:30 +08:00
parent 33b01fa0e9
commit ac8c6c1c73
3 changed files with 4 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ const tips = [
'天命之子特质的角色,好运连连,奇遇不断',
'现代世界的穿越者,只想回到现实世界,但这是不可能的',
'丹药有生效的时间限制',
'由于大模型需要思考,游戏启动可能耗时较久',
]
const currentTip = ref(tips[Math.floor(Math.random() * tips.length)])