mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 文案修改
This commit is contained in:
@@ -136,7 +136,7 @@ class _ExtraSettingState extends State<ExtraSetting> {
|
|||||||
centerTitle: false,
|
centerTitle: false,
|
||||||
titleSpacing: 0,
|
titleSpacing: 0,
|
||||||
title: Text(
|
title: Text(
|
||||||
'其他设置',
|
'其它设置',
|
||||||
style: Theme.of(context).textTheme.titleMedium,
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ class SettingPage extends StatelessWidget {
|
|||||||
onTap: () => Get.toNamed('/extraSetting'),
|
onTap: () => Get.toNamed('/extraSetting'),
|
||||||
leading: const Icon(Icons.extension_outlined),
|
leading: const Icon(Icons.extension_outlined),
|
||||||
dense: false,
|
dense: false,
|
||||||
title: const Text('其他设置'),
|
title: const Text('其它设置'),
|
||||||
subtitle: Text('震动、搜索、收藏、ai、评论、动态、代理、更新检查等', style: subTitleStyle),
|
subtitle: Text('震动、搜索、收藏、ai、评论、动态、代理、更新检查等', style: subTitleStyle),
|
||||||
),
|
),
|
||||||
Obx(
|
Obx(
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ class Routes {
|
|||||||
CustomGetPage(name: '/styleSetting', page: () => const StyleSetting()),
|
CustomGetPage(name: '/styleSetting', page: () => const StyleSetting()),
|
||||||
// 隐私设置
|
// 隐私设置
|
||||||
CustomGetPage(name: '/privacySetting', page: () => const PrivacySetting()),
|
CustomGetPage(name: '/privacySetting', page: () => const PrivacySetting()),
|
||||||
// 其他设置
|
// 其它设置
|
||||||
CustomGetPage(name: '/extraSetting', page: () => const ExtraSetting()),
|
CustomGetPage(name: '/extraSetting', page: () => const ExtraSetting()),
|
||||||
//
|
//
|
||||||
CustomGetPage(name: '/blackListPage', page: () => const BlackListPage()),
|
CustomGetPage(name: '/blackListPage', page: () => const BlackListPage()),
|
||||||
|
|||||||
Reference in New Issue
Block a user