mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 11:36:45 +08:00
opt: readlist url, note item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -37,7 +37,7 @@ class OpusContent extends StatelessWidget {
|
||||
TextStyle(
|
||||
decoration:
|
||||
style?.strikethrough == true ? TextDecoration.lineThrough : null,
|
||||
decorationColor: color
|
||||
decorationColor: color,
|
||||
fontStyle: style?.italic == true ? FontStyle.italic : null,
|
||||
fontWeight: style?.bold == true ? FontWeight.bold : null,
|
||||
color: color,
|
||||
|
||||
Reference in New Issue
Block a user