mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 字重临时改为w400
This commit is contained in:
@@ -28,6 +28,7 @@ class StatDanMu extends StatelessWidget {
|
|||||||
Text(
|
Text(
|
||||||
Utils.numFormat(danmu!),
|
Utils.numFormat(danmu!),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
fontWeight: FontWeight.w400,
|
||||||
fontSize: size == 'medium' ? 12 : 11,
|
fontSize: size == 'medium' ? 12 : 11,
|
||||||
color: color,
|
color: color,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ class StatView extends StatelessWidget {
|
|||||||
Text(
|
Text(
|
||||||
Utils.numFormat(view!),
|
Utils.numFormat(view!),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
fontWeight: FontWeight.w400,
|
||||||
fontSize: size == 'medium' ? 12 : 11,
|
fontSize: size == 'medium' ? 12 : 11,
|
||||||
color: color,
|
color: color,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -245,6 +245,7 @@ class VideoContent extends StatelessWidget {
|
|||||||
"${pubdate} ${showOwner ? videoItem.owner.name : ''}",
|
"${pubdate} ${showOwner ? videoItem.owner.name : ''}",
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
fontWeight: FontWeight.w400,
|
||||||
fontSize: Theme.of(context).textTheme.labelSmall!.fontSize,
|
fontSize: Theme.of(context).textTheme.labelSmall!.fontSize,
|
||||||
height: 1,
|
height: 1,
|
||||||
color: Theme.of(context).colorScheme.outline,
|
color: Theme.of(context).colorScheme.outline,
|
||||||
|
|||||||
Reference in New Issue
Block a user