fix(client): 继续支付补 launchUrl 异常兜底 + 我的 hub 授权管理图标统一 shield
- license_orders_tab _continuePay 包 try/catch,打开失败出 toast 不静默 - me hub 授权管理图标 trendingUp→shield,与侧边栏一致;me golden ×3 同步更新 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -69,7 +69,7 @@ class MeScreen extends ConsumerWidget {
|
||||
label: '用户管理',
|
||||
onTap: () => context.go('/settings/users')),
|
||||
MHubItem(
|
||||
icon: LucideIcons.trendingUp,
|
||||
icon: LucideIcons.shield,
|
||||
label: '授权管理',
|
||||
onTap: () => context.go('/me/license')),
|
||||
MHubItem(
|
||||
|
||||
Reference in New Issue
Block a user