mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-09 18:50:11 +08:00
style: account switch descriptions (#2280)
This commit is contained in:
@@ -190,9 +190,10 @@ class MineController extends CommonDataController<FavFolderData, FavFolderData>
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
Text(
|
||||
'搜索、观看视频/直播不携带身份信息(包含大会员)\n'
|
||||
'搜索不携带身份信息\n'
|
||||
'不产生查询或播放记录\n'
|
||||
'点赞等其它操作不受影响\n'
|
||||
'播放进度信息跟随视频取流\n'
|
||||
'(前往隐私设置了解详情)',
|
||||
style: theme.textTheme.bodySmall,
|
||||
),
|
||||
|
||||
@@ -127,7 +127,7 @@ class _MediaPageState extends State<MinePage>
|
||||
iconSize: iconSize,
|
||||
padding: padding,
|
||||
style: style,
|
||||
tooltip: '设置账号模式',
|
||||
tooltip: '切换账号',
|
||||
onPressed: () => LoginPageController.switchAccountDialog(context),
|
||||
icon: const Icon(Icons.switch_account_outlined),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user