深色模式、首页设置页面和功能优化
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user