refactor: 统一过滤图标为 mdi-filter-multiple-outline,插件市场筛选改为下拉多选

This commit is contained in:
jxxghp
2026-04-09 13:03:58 +08:00
parent 6ef047050d
commit 617223777b
3 changed files with 48 additions and 63 deletions

View File

@@ -58,7 +58,7 @@ const searchShares = () => {
// 筛选选项
const filterOptions = computed(() => {
const baseOptions = [
{ value: 'all', label: t('common.all'), icon: 'mdi-format-list-bulleted' },
{ value: 'all', label: t('common.all'), icon: 'mdi-filter-multiple-outline' },
{ value: 'best_version', label: t('subscribe.bestVersion'), icon: 'mdi-refresh', color: 'warning' },
]