更新日志界面优化、主页部分动画调整
This commit is contained in:
@@ -65,9 +65,11 @@ class _ChangelogPageState extends State<ChangelogPage> {
|
||||
),
|
||||
)
|
||||
: SingleChildScrollView(
|
||||
padding: const EdgeInsets.all(20),
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Markdown(
|
||||
data: _markdownContent,
|
||||
shrinkWrap: true,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
styleSheet: MarkdownStyleSheet(
|
||||
h1: const TextStyle(
|
||||
fontFamily: 'HarmonyOS_Sans_SC',
|
||||
|
||||
Reference in New Issue
Block a user