feat(Antigravity): 为不合格账户显示警告图标

This commit is contained in:
song
2025-12-31 00:34:24 +08:00
parent f284ea72fc
commit 4a0008df47
3 changed files with 40 additions and 2 deletions

View File

@@ -1194,7 +1194,9 @@ export default {
free: 'Free',
pro: 'Pro',
ultra: 'Ultra'
}
},
ineligibleWarning:
'This account is not eligible for Antigravity, but API forwarding still works. Use at your own risk.'
},
// Proxies

View File

@@ -994,6 +994,8 @@ export default {
pro: 'Pro',
ultra: 'Ultra'
},
ineligibleWarning:
'该账号无 Antigravity 使用权限,但仍能进行 API 转发。继续使用请自行承担风险。',
form: {
nameLabel: '账号名称',
namePlaceholder: '请输入账号名称',