mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Improve wheel: fix lights animation and add prize legend
- Fix lights animation to run continuously (even when idle) - Lights now move sequentially around the circle - Remove text labels from wheel, keep only emoji - Add WheelLegend component with color indicators - Display legend on right (desktop) and bottom (mobile) - Add 'prizes' translation key for all languages
This commit is contained in:
@@ -567,6 +567,7 @@
|
||||
"wheel": {
|
||||
"title": "幸运转盘",
|
||||
"disabled": "幸运转盘暂时不可用",
|
||||
"prizes": "奖品",
|
||||
"spinsRemaining": "今日剩余次数",
|
||||
"choosePayment": "选择支付方式",
|
||||
"stars": "Stars",
|
||||
@@ -756,6 +757,8 @@
|
||||
"noPrizes": "未配置奖品。添加奖品以启用转盘。",
|
||||
"deletePrize": "删除此奖品?",
|
||||
"dragToReorder": "拖动排序",
|
||||
"unsavedOrder": "有未保存的顺序更改",
|
||||
"unsavedOrderHint": "保存或放弃更改",
|
||||
"confirmDelete": "确定要删除这个奖品吗?",
|
||||
"types": {
|
||||
"subscription_days": "订阅天数",
|
||||
|
||||
Reference in New Issue
Block a user