diff --git a/lib/pages/dynamics/widgets/author_panel.dart b/lib/pages/dynamics/widgets/author_panel.dart index a9d0cff1..1ff1c976 100644 --- a/lib/pages/dynamics/widgets/author_panel.dart +++ b/lib/pages/dynamics/widgets/author_panel.dart @@ -62,7 +62,7 @@ class AuthorPanel extends StatelessWidget { children: [ Text( item.modules.moduleAuthor.name, - // semanticsLabel: "Up主:${item.modules.moduleAuthor.name}", + // semanticsLabel: "UP主:${item.modules.moduleAuthor.name}", style: TextStyle( color: item.modules.moduleAuthor!.vip != null && item.modules.moduleAuthor!.vip['status'] > 0 && diff --git a/lib/pages/dynamics/widgets/author_panel_grpc.dart b/lib/pages/dynamics/widgets/author_panel_grpc.dart index e2c92853..e6b01cd0 100644 --- a/lib/pages/dynamics/widgets/author_panel_grpc.dart +++ b/lib/pages/dynamics/widgets/author_panel_grpc.dart @@ -63,7 +63,7 @@ class AuthorPanelGrpc extends StatelessWidget { children: [ Text( item.modules.first.moduleAuthor.author.name, - // semanticsLabel: "Up主:${item.modules.moduleAuthor.name}", + // semanticsLabel: "UP主:${item.modules.moduleAuthor.name}", style: TextStyle( color: item.modules.first.moduleAuthor.author.vip.status > 0 && diff --git a/lib/pages/setting/style_setting.dart b/lib/pages/setting/style_setting.dart index 30bcda50..5c5fc4aa 100644 --- a/lib/pages/setting/style_setting.dart +++ b/lib/pages/setting/style_setting.dart @@ -152,7 +152,7 @@ class _StyleSettingState extends State { ), ListTile( dense: false, - title: Text('动态页Up主显示位置', style: titleStyle), + title: Text('动态页UP主显示位置', style: titleStyle), leading: const Icon(Icons.person_outlined), subtitle: Text('当前:${upPanelPosition.labels}', style: subTitleStyle), @@ -161,7 +161,7 @@ class _StyleSettingState extends State { context: context, builder: (context) { return SelectDialog( - title: '动态页Up主显示位置', + title: '动态页UP主显示位置', value: upPanelPosition, values: UpPanelPosition.values.map((e) { return {'title': e.labels, 'value': e}; @@ -178,8 +178,8 @@ class _StyleSettingState extends State { }, ), const SetSwitchItem( - title: '动态页显示所有已关注Up主', - subTitle: '并以最常访问排序Up', + title: '动态页显示所有已关注UP主', + subTitle: '并以最常访问排序UP', leading: Icon(Icons.people_alt_outlined), setKey: SettingBoxKey.dynamicsShowAllFollowedUp, defaultVal: false, diff --git a/lib/pages/video/detail/introduction/view.dart b/lib/pages/video/detail/introduction/view.dart index 6ded2301..4b77233b 100644 --- a/lib/pages/video/detail/introduction/view.dart +++ b/lib/pages/video/detail/introduction/view.dart @@ -307,7 +307,7 @@ class _VideoInfoState extends State with TickerProviderStateMixin { style: TextStyle( fontSize: 12, color: t.colorScheme.primary), - // semanticsLabel: "Up主:${owner.name}", + // semanticsLabel: "UP主:${owner.name}", ), const SizedBox(height: 0), Obx(