[+] optOutOfLeaderboard

This commit is contained in:
Clansty
2024-11-04 20:32:50 +08:00
parent bf972681d5
commit 248c1ce189
7 changed files with 41 additions and 9 deletions

View File

@@ -26,6 +26,8 @@ export interface AquaNetUser {
ghostCard: Card
cards: Card[]
computedName: string,
password: string,
optOutOfLeaderboard: boolean,
}
export interface CardSummaryGame {

View File

@@ -139,6 +139,8 @@ export const EN_REF_SETTINGS = {
'settings.fields.waccaAlwaysVip.desc': 'Set VIP expiration date to 2077-01-01',
'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',
'settings.fields.optOutOfLeaderboard.desc': 'You will still be able to see yourself on the leaderboard after logging in',
'settings.mai2.name': 'Player Name',
'settings.profile.picture': 'Profile Picture',
'settings.profile.upload-new': 'Upload New',

View File

@@ -148,6 +148,8 @@ const zhSettings: typeof EN_REF_SETTINGS = {
'settings.fields.waccaAlwaysVip.desc': '将 VIP 到期时间设置为 2077-01-01',
'settings.fields.rounding.name': '分数舍入',
'settings.fields.rounding.desc': '把分数四舍五入到一位小数',
'settings.fields.optOutOfLeaderboard.name': '不参与排行榜',
'settings.fields.optOutOfLeaderboard.desc': '登录之后还是可以在排行榜上看到自己',
'settings.mai2.name': '玩家名字',
'settings.profile.picture': '头像',
'settings.profile.upload-new': '上传',