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,
|
||||
titleSpacing: 0,
|
||||
title: Text(
|
||||
'其他设置',
|
||||
'其它设置',
|
||||
style: Theme.of(context).textTheme.titleMedium,
|
||||
),
|
||||
),
|
||||
|
||||
@@ -62,7 +62,7 @@ class SettingPage extends StatelessWidget {
|
||||
onTap: () => Get.toNamed('/extraSetting'),
|
||||
leading: const Icon(Icons.extension_outlined),
|
||||
dense: false,
|
||||
title: const Text('其他设置'),
|
||||
title: const Text('其它设置'),
|
||||
subtitle: Text('震动、搜索、收藏、ai、评论、动态、代理、更新检查等', style: subTitleStyle),
|
||||
),
|
||||
Obx(
|
||||
|
||||
Reference in New Issue
Block a user