This commit is contained in:
Developer
2026-04-03 03:26:06 +08:00
parent 3063deb34c
commit cba04235c8
49 changed files with 3955 additions and 1421 deletions

View File

@@ -568,7 +568,7 @@ class ProfilePage extends StatelessWidget {
),
const SizedBox(height: 8),
Text(
'版本 ${AppConstants.appVersion}',
'版本 ${AppConfig.appVersion}',
style: TextStyle(
fontSize: 14,
color: isDark ? Colors.grey[400] : Colors.grey,