mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 08:19:41 +08:00
[+] Allow saving chuni team name
This commit is contained in:
@@ -125,8 +125,10 @@ export type AllMusic = { [key: string]: MusicMeta }
|
||||
export interface GameOption {
|
||||
key: string
|
||||
value: any
|
||||
type: 'Boolean'
|
||||
type: 'Boolean' | 'String'
|
||||
game: string
|
||||
|
||||
changed?: boolean
|
||||
}
|
||||
|
||||
export interface UserBox {
|
||||
|
||||
@@ -138,6 +138,8 @@ export const EN_REF_SETTINGS = {
|
||||
'settings.fields.waccaInfiniteWp.desc': 'Set WP to 999999',
|
||||
'settings.fields.waccaAlwaysVip.name': 'Wacca: Always VIP',
|
||||
'settings.fields.waccaAlwaysVip.desc': 'Set VIP expiration date to 2077-01-01',
|
||||
'settings.fields.chusanTeamName.name': 'Chunithm Team Name',
|
||||
'settings.fields.chusanTeamName.desc': 'Customize the text displayed on the top of your profile.',
|
||||
'settings.fields.rounding.name': 'Score Rounding',
|
||||
'settings.fields.rounding.desc': 'Round the score to one decimal place',
|
||||
'settings.fields.optOutOfLeaderboard.name': 'Opt Out of Leaderboard',
|
||||
|
||||
@@ -147,6 +147,8 @@ const zhSettings: typeof EN_REF_SETTINGS = {
|
||||
'settings.fields.waccaInfiniteWp.desc': '将 WP 设置为 999999',
|
||||
'settings.fields.waccaAlwaysVip.name': 'Wacca: 永久会员',
|
||||
'settings.fields.waccaAlwaysVip.desc': '将 VIP 到期时间设置为 2077-01-01',
|
||||
'settings.fields.chusanTeamName.name': '中二队名',
|
||||
'settings.fields.chusanTeamName.desc': '自定义显示在个人资料顶部的文本。',
|
||||
'settings.fields.rounding.name': '分数舍入',
|
||||
'settings.fields.rounding.desc': '把分数四舍五入到一位小数',
|
||||
'settings.fields.optOutOfLeaderboard.name': '不参与排行榜',
|
||||
|
||||
Reference in New Issue
Block a user