mod: 界面及无障碍调整

This commit is contained in:
orz12
2024-03-13 18:38:59 +08:00
parent cc6da716bc
commit 4d5f57b8d0
16 changed files with 277 additions and 222 deletions

View File

@@ -224,7 +224,7 @@ class ProfilePanel extends StatelessWidget {
onPressed: () {
Get.toNamed('/webview', parameters: {
'url': 'https://account.bilibili.com/account/home',
'pageTitle': '编辑资料(建议浏览器打开)',
'pageTitle': '个人中心(建议浏览器打开)',
'type': 'url'
});
},
@@ -235,7 +235,7 @@ class ProfilePanel extends StatelessWidget {
backgroundColor:
Theme.of(context).colorScheme.primary,
),
child: const Text('编辑资料'),
child: const Text('个人中心(web)'),
)
],
if (ctr.ownerMid == -1) ...[