release 1.3.1

This commit is contained in:
Developer
2026-04-01 18:40:21 +08:00
parent 91ef47f991
commit f0a62ed68b
60 changed files with 1750 additions and 313 deletions

View File

@@ -7,8 +7,8 @@ import 'package:flutter/material.dart';
class AppConstants {
// 应用信息
static const String appName = 'Poes';
static const String appVersion = '1.0.0';
static const String appName = '情景诗词';
static const String appVersion = '1.3.1';
// 响应式断点
static const double mobileBreakpoint = 768.0;