mod: lint

mod: tweaks

opt: publish page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-04 11:37:13 +08:00
parent 2cfad80214
commit caa58e9d7d
313 changed files with 2751 additions and 2789 deletions

View File

@@ -42,7 +42,7 @@ class _ViewPointsPageState
title: const Text('分段信息'),
toolbarHeight: 45,
actions: [
Text(
const Text(
'分段进度条',
style: TextStyle(fontSize: 16),
),
@@ -75,7 +75,7 @@ class _ViewPointsPageState
const SizedBox(width: 16),
],
bottom: PreferredSize(
preferredSize: Size.fromHeight(1),
preferredSize: const Size.fromHeight(1),
child: Divider(
height: 1,
color: theme.dividerColor.withOpacity(0.1),
@@ -120,7 +120,8 @@ class _ViewPointsPageState
margin: const EdgeInsets.symmetric(vertical: 6),
decoration: currentIndex == index
? BoxDecoration(
borderRadius: BorderRadius.circular(6),
borderRadius:
const BorderRadius.all(Radius.circular(6)),
border: Border.all(
width: 1.8,
strokeAlign: BorderSide.strokeAlignOutside,