mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 02:00:13 +08:00
@@ -254,20 +254,25 @@ class _HistoryPageState extends State<HistoryPage>
|
||||
padding: const EdgeInsets.only(left: 16, right: 6),
|
||||
child: Row(
|
||||
children: [
|
||||
Icon(
|
||||
Icons.info_outline,
|
||||
size: 18,
|
||||
color: theme.onSecondaryContainer,
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Expanded(
|
||||
child: Text(
|
||||
'历史记录功能已关闭',
|
||||
child: Text.rich(
|
||||
strutStyle: const StrutStyle(height: 1, leading: 0),
|
||||
style: TextStyle(
|
||||
height: 1,
|
||||
color: theme.onSecondaryContainer,
|
||||
),
|
||||
TextSpan(
|
||||
children: [
|
||||
WidgetSpan(
|
||||
child: Icon(
|
||||
Icons.info_outline,
|
||||
size: 18,
|
||||
color: theme.onSecondaryContainer,
|
||||
),
|
||||
),
|
||||
const TextSpan(text: ' 历史记录功能已关闭'),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user