generated from dellevin/template
界面优化
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1
assets/vditor/index.min.js
vendored
1
assets/vditor/index.min.js
vendored
File diff suppressed because one or more lines are too long
7
build_android.bat
Normal file
7
build_android.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
rem MookNote 一键打包:按 ABI 拆分,产出各架构独立的小 APK
|
||||
rem 侧载时选择 arm64-v8a 版本(现代手机均支持)
|
||||
flutter build apk --release --split-per-abi
|
||||
echo.
|
||||
echo ===== APK 产物 =====
|
||||
dir /b build\app\outputs\flutter-apk\*release.apk 2>nul
|
||||
@@ -81,13 +81,6 @@ class _LayoutSettingsPageState extends State<LayoutSettingsPage> {
|
||||
subtitle: _bookSubtitle,
|
||||
onTap: _showBookSheet,
|
||||
),
|
||||
_buildCategoryTile(
|
||||
icon: Icons.sticky_note_2_outlined,
|
||||
title: '笔记',
|
||||
color: colors.primary,
|
||||
subtitle: _noteSubtitle,
|
||||
onTap: _showNoteSheet,
|
||||
),
|
||||
_buildCategoryTile(
|
||||
icon: Icons.sports_esports_outlined,
|
||||
title: '游戏',
|
||||
@@ -95,6 +88,13 @@ class _LayoutSettingsPageState extends State<LayoutSettingsPage> {
|
||||
subtitle: _gameSubtitle,
|
||||
onTap: _showGameSheet,
|
||||
),
|
||||
_buildCategoryTile(
|
||||
icon: Icons.sticky_note_2_outlined,
|
||||
title: '笔记',
|
||||
color: colors.primary,
|
||||
subtitle: _noteSubtitle,
|
||||
onTap: _showNoteSheet,
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user