bug页面
This commit is contained in:
@@ -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(
|
||||
'关闭退出',
|
||||
|
||||
Reference in New Issue
Block a user