深色模式、首页设置页面和功能优化

This commit is contained in:
Developer
2026-04-02 07:06:55 +08:00
parent f0a62ed68b
commit 954d173329
88 changed files with 12157 additions and 7578 deletions

View File

@@ -8,7 +8,7 @@ import 'package:flutter/material.dart';
class AppConstants {
// 应用信息
static const String appName = '情景诗词';
static const String appVersion = '1.3.1';
static const String appVersion = '1.3.25';
// 响应式断点
static const double mobileBreakpoint = 768.0;
@@ -119,6 +119,7 @@ class AppConstants {
static const String themeKey = 'theme_mode';
static const String languageKey = 'language_code';
static const String firstLaunchKey = 'first_launch';
static const String tapLiquidGlassKey = 'tap_liquid_glass_enabled';
// 响应式存储键名
static const String layoutModeKey = 'layout_mode';