feat(vip): 限制底部栏自定义功能为VIP专享
非VIP用户尝试配置底部栏时将显示会员购买弹窗, 只有VIP会员才能自由开启或关闭导航标签。 包含会员权益说明的国际化支持和存储结构重构。
This commit is contained in:
@@ -92,6 +92,7 @@ export const personal = {
|
||||
description: 'Use toggles to show or hide tabs',
|
||||
resetButton: 'Reset',
|
||||
cannotDisable: 'Cannot be disabled',
|
||||
vipOnly: 'VIP members only',
|
||||
resetConfirm: {
|
||||
title: 'Reset to Default?',
|
||||
message: 'This will reset all tab bar settings and visibility',
|
||||
|
||||
@@ -92,6 +92,7 @@ export const personal = {
|
||||
description: '使用开关控制标签的显示和隐藏',
|
||||
resetButton: '恢复默认',
|
||||
cannotDisable: '此标签不可关闭',
|
||||
vipOnly: '仅限VIP会员',
|
||||
resetConfirm: {
|
||||
title: '恢复默认设置?',
|
||||
message: '将重置所有底部栏配置和显示状态',
|
||||
@@ -299,6 +300,10 @@ export const membershipModal = {
|
||||
title: '解锁无限自定义挑战',
|
||||
description: '突破限制,邀请挚友同行,让坚持不再孤单,共同见证蜕变',
|
||||
},
|
||||
tabBarCustomization: {
|
||||
title: '底部栏自定义',
|
||||
description: '个性化底部导航栏,隐藏不需要的功能标签',
|
||||
},
|
||||
},
|
||||
permissions: {
|
||||
unlimited: '无限次使用',
|
||||
|
||||
Reference in New Issue
Block a user