屏幕常亮

This commit is contained in:
Developer
2026-03-31 21:59:07 +08:00
parent c897f50817
commit b081f09895
11 changed files with 353 additions and 170 deletions

View File

@@ -913,7 +913,7 @@ class _ProfilePageState extends State<ProfilePage>
context,
onRefresh: () => refreshData(),
onEdit: () => _showSnackBar('编辑资料'),
onScanQr: () => _showSnackBar('扫描二维码'),
onScanQr: () => _showSnackBar('了解软件功能'),
onDarkMode: () => _showSnackBar('夜间模式'),
onSettings: () {
Future.delayed(const Duration(milliseconds: 100), () {