mod: pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-04 21:20:18 +08:00
parent 56c5ad360a
commit ff2ed0421c
10 changed files with 1348 additions and 1320 deletions

View File

@@ -19,8 +19,10 @@ class IntroDetail extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Padding(
padding: const EdgeInsets.only(left: 14, right: 14),
return Material(
color: Theme.of(context).colorScheme.surface,
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 14),
child: Column(
children: [
InkWell(
@@ -133,7 +135,9 @@ class IntroDetail extends StatelessWidget {
),
)
],
));
),
),
);
}
InlineSpan buildContent(BuildContext context, content) {