refactor: 重构多语言和走马灯
- 删除 src/locales/en-US/common.ts 文件中的所有国际化文案 - 删除 src/locales/id-ID/common.ts 文件中的所有国际化文案 - 移除与游戏、认证、UI组件相关的多语言配置项 - 清理导航、游戏大厅、语言选择等界面的翻译内容 - 移除登录注册表单、验证规则等认证相关文案 - 删除支付、提款、钱包记录等财务功能翻译项
This commit is contained in:
@@ -525,24 +525,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.desktop-title-horizontal-marquee {
|
||||
display: flex;
|
||||
width: max-content;
|
||||
gap: calc(var(--design-unit) * 80);
|
||||
animation: desktop-title-marquee-x 16s linear infinite;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
@keyframes desktop-title-marquee-x {
|
||||
from {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
@property --gold-angle {
|
||||
syntax: "<angle>";
|
||||
inherits: false;
|
||||
|
||||
Reference in New Issue
Block a user