功能调优

This commit is contained in:
DelLevin-Home
2026-05-27 14:09:29 +08:00
parent 00d8a38375
commit 5022a13b74
5 changed files with 112 additions and 157 deletions

View File

@@ -64,7 +64,6 @@ class AppTheme {
elevation: 0,
centerTitle: false,
titleSpacing: 24,
systemOverlayStyle: SystemUiOverlayStyle.dark,
titleTextStyle: TextStyle(
fontFamily: _fontFamily,
fontSize: 18,
@@ -278,7 +277,6 @@ class AppTheme {
elevation: 0,
centerTitle: false,
titleSpacing: 24,
systemOverlayStyle: SystemUiOverlayStyle.light,
titleTextStyle: TextStyle(
fontFamily: _fontFamily,
fontSize: 18,

View File

@@ -17,8 +17,8 @@ class UsageStatsService with WidgetsBindingObserver {
final UserPrefs _prefs = UserPrefs();
/// 统计服务器地址,发布前替换为实际地址,置空则禁用
// static String serverUrl = 'http://api.mooknote.iletter.top/';
static String serverUrl = 'http://192.168.31.48:27050/';
static String serverUrl = 'http://api.mooknote.iletter.top/';
// static String serverUrl = 'http://192.168.31.48:27050/';
Timer? _heartbeatTimer;
bool _started = false;