mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
remove topic rcmd btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -206,27 +206,28 @@ class _SearchPageState extends State<SearchPage> {
|
||||
),
|
||||
),
|
||||
),
|
||||
SizedBox(
|
||||
height: 34,
|
||||
child: TextButton(
|
||||
onPressed: () => Get.toNamed('/dynTopicRcmd'),
|
||||
child: Row(
|
||||
children: [
|
||||
Text(
|
||||
'话题',
|
||||
strutStyle:
|
||||
const StrutStyle(leading: 0, height: 1),
|
||||
style: style,
|
||||
),
|
||||
Icon(
|
||||
size: 18,
|
||||
Icons.keyboard_arrow_right,
|
||||
color: outline,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
// deprecated
|
||||
// SizedBox(
|
||||
// height: 34,
|
||||
// child: TextButton(
|
||||
// onPressed: () => Get.toNamed('/dynTopicRcmd'),
|
||||
// child: Row(
|
||||
// children: [
|
||||
// Text(
|
||||
// '话题',
|
||||
// strutStyle:
|
||||
// const StrutStyle(leading: 0, height: 1),
|
||||
// style: style,
|
||||
// ),
|
||||
// Icon(
|
||||
// size: 18,
|
||||
// Icons.keyboard_arrow_right,
|
||||
// color: outline,
|
||||
// ),
|
||||
// ],
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
],
|
||||
)
|
||||
: text,
|
||||
|
||||
Reference in New Issue
Block a user