bug页面

This commit is contained in:
Developer
2026-03-30 20:10:47 +08:00
parent 820d35fe16
commit ecffddbc6f
4 changed files with 473 additions and 63 deletions

View File

@@ -29,6 +29,7 @@ import 'guide/app-data.dart';
import 'theme/app-diy.dart';
import 'expand/vote.dart';
import 'expand/manu-script.dart';
import 'components/bug_list_page.dart';
class ProfilePage extends StatefulWidget {
const ProfilePage({super.key});
@@ -630,9 +631,9 @@ class _ProfilePageState extends State<ProfilePage>
() => _navigateToLearnUsPage(),
),
_buildSettingsItem(
'商务合作',
'已知bug',
Icons.cleaning_services,
() => _showSnackBar('商务合作'),
() => showBugListBottomSheet(context),
),
_buildSettingsItem(
'关闭退出',