mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 10:06:23 +08:00
feat: 调整设置,支持导入导出,代码优化
This commit is contained in:
@@ -69,7 +69,7 @@ class SettingPage extends StatelessWidget {
|
||||
() => Visibility(
|
||||
visible: settingController.hiddenSettingUnlocked.value,
|
||||
child: ListTile(
|
||||
leading: const Icon(Icons.developer_mode_outlined),
|
||||
leading: const Icon(Icons.developer_board_outlined),
|
||||
onTap: () => Get.toNamed('/hiddenSetting'),
|
||||
dense: false,
|
||||
title: const Text('开发人员选项'),
|
||||
|
||||
Reference in New Issue
Block a user