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',
|
||||
|
||||
Reference in New Issue
Block a user