opt sort search

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-07 12:34:03 +08:00
parent 6d55321699
commit 83e25ec0bf
11 changed files with 336 additions and 351 deletions

View File

@@ -51,7 +51,7 @@ class _SearchArticlePanelState
children: [
Obx(
() => Text(
'排序: ${controller.orderFiltersList[controller.currentOrderFilterval.value]['label']}',
'排序: ${controller.articleOrderType.value.label}',
maxLines: 1,
style: TextStyle(color: theme.colorScheme.outline),
),
@@ -59,7 +59,7 @@ class _SearchArticlePanelState
const Spacer(),
Obx(
() => Text(
'分区: ${controller.zoneFiltersList[controller.currentZoneFilterval.value]['label']}',
'分区: ${controller.articleZoneType!.value.label}',
maxLines: 1,
style: TextStyle(color: theme.colorScheme.outline),
),