update objective front end

This commit is contained in:
bridge
2026-01-08 22:49:23 +08:00
parent a4dd29145f
commit f7d6554e9b
2 changed files with 41 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ const tips = [
'境界之间,战力差距极大,越阶挑战难于登天',
'天命之子特质的角色,好运连连,奇遇不断',
'现代世界的穿越者,只想回到现实世界,但这是不可能的',
'丹药有生效的时间限制',
]
const currentTip = ref(tips[Math.floor(Math.random() * tips.length)])