mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: uppercase up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -62,7 +62,7 @@ class AuthorPanel extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
item.modules.moduleAuthor.name,
|
item.modules.moduleAuthor.name,
|
||||||
// semanticsLabel: "Up主:${item.modules.moduleAuthor.name}",
|
// semanticsLabel: "UP主:${item.modules.moduleAuthor.name}",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: item.modules.moduleAuthor!.vip != null &&
|
color: item.modules.moduleAuthor!.vip != null &&
|
||||||
item.modules.moduleAuthor!.vip['status'] > 0 &&
|
item.modules.moduleAuthor!.vip['status'] > 0 &&
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ class AuthorPanelGrpc extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
item.modules.first.moduleAuthor.author.name,
|
item.modules.first.moduleAuthor.author.name,
|
||||||
// semanticsLabel: "Up主:${item.modules.moduleAuthor.name}",
|
// semanticsLabel: "UP主:${item.modules.moduleAuthor.name}",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: item.modules.first.moduleAuthor.author.vip.status >
|
color: item.modules.first.moduleAuthor.author.vip.status >
|
||||||
0 &&
|
0 &&
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ class _StyleSettingState extends State<StyleSetting> {
|
|||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
dense: false,
|
dense: false,
|
||||||
title: Text('动态页Up主显示位置', style: titleStyle),
|
title: Text('动态页UP主显示位置', style: titleStyle),
|
||||||
leading: const Icon(Icons.person_outlined),
|
leading: const Icon(Icons.person_outlined),
|
||||||
subtitle:
|
subtitle:
|
||||||
Text('当前:${upPanelPosition.labels}', style: subTitleStyle),
|
Text('当前:${upPanelPosition.labels}', style: subTitleStyle),
|
||||||
@@ -161,7 +161,7 @@ class _StyleSettingState extends State<StyleSetting> {
|
|||||||
context: context,
|
context: context,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
return SelectDialog<UpPanelPosition>(
|
return SelectDialog<UpPanelPosition>(
|
||||||
title: '动态页Up主显示位置',
|
title: '动态页UP主显示位置',
|
||||||
value: upPanelPosition,
|
value: upPanelPosition,
|
||||||
values: UpPanelPosition.values.map((e) {
|
values: UpPanelPosition.values.map((e) {
|
||||||
return {'title': e.labels, 'value': e};
|
return {'title': e.labels, 'value': e};
|
||||||
@@ -178,8 +178,8 @@ class _StyleSettingState extends State<StyleSetting> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
const SetSwitchItem(
|
const SetSwitchItem(
|
||||||
title: '动态页显示所有已关注Up主',
|
title: '动态页显示所有已关注UP主',
|
||||||
subTitle: '并以最常访问排序Up',
|
subTitle: '并以最常访问排序UP',
|
||||||
leading: Icon(Icons.people_alt_outlined),
|
leading: Icon(Icons.people_alt_outlined),
|
||||||
setKey: SettingBoxKey.dynamicsShowAllFollowedUp,
|
setKey: SettingBoxKey.dynamicsShowAllFollowedUp,
|
||||||
defaultVal: false,
|
defaultVal: false,
|
||||||
|
|||||||
@@ -307,7 +307,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
|||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: t.colorScheme.primary),
|
color: t.colorScheme.primary),
|
||||||
// semanticsLabel: "Up主:${owner.name}",
|
// semanticsLabel: "UP主:${owner.name}",
|
||||||
),
|
),
|
||||||
const SizedBox(height: 0),
|
const SizedBox(height: 0),
|
||||||
Obx(
|
Obx(
|
||||||
|
|||||||
Reference in New Issue
Block a user