mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
mod: 隐藏设置改为开发人员选项,改为次级菜单
This commit is contained in:
@@ -122,7 +122,7 @@ class Routes {
|
||||
//
|
||||
CustomGetPage(name: '/blackListPage', page: () => const BlackListPage()),
|
||||
CustomGetPage(name: '/colorSetting', page: () => const ColorSelectPage()),
|
||||
// 隐藏设置
|
||||
// 开发人员选项
|
||||
CustomGetPage(name: '/hiddenSetting', page: () => const HiddenSetting()),
|
||||
// 首页tabbar
|
||||
CustomGetPage(name: '/tabbarSetting', page: () => const TabbarSetPage()),
|
||||
|
||||
Reference in New Issue
Block a user