release
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:get/get.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
import '../../../constants/app_constants.dart';
|
||||
import '../../../services/get/theme_controller.dart';
|
||||
import '../../../controllers/settings/suggestions.dart';
|
||||
|
||||
/// 时间: 2026-03-27
|
||||
/// 功能: 权限管理页面
|
||||
@@ -142,6 +143,8 @@ class _PermissionPageState extends State<PermissionPage> {
|
||||
const SizedBox(height: 16),
|
||||
_buildProjectSupplement(isDark),
|
||||
const SizedBox(height: 24),
|
||||
const SuggestionsCard(),
|
||||
const SizedBox(height: 24),
|
||||
_buildBottomTip(isDark),
|
||||
],
|
||||
),
|
||||
@@ -674,14 +677,14 @@ class _PermissionPageState extends State<PermissionPage> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Container(
|
||||
width: 4,
|
||||
height: 4,
|
||||
margin: const EdgeInsets.only(top: 8),
|
||||
decoration: BoxDecoration(
|
||||
color: _themeController.currentThemeColor,
|
||||
borderRadius: BorderRadius.circular(2),
|
||||
),
|
||||
width: 4,
|
||||
height: 4,
|
||||
margin: const EdgeInsets.only(top: 8),
|
||||
decoration: BoxDecoration(
|
||||
color: _themeController.currentThemeColor,
|
||||
borderRadius: BorderRadius.circular(2),
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
Expanded(
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user