feat(组件): 添加应用商店过滤功能并优化来源标识显示

在AppGrid组件中添加storeFilter属性以支持应用商店过滤
重构AppCard组件的来源标识显示逻辑,新增合并标识显示
当storeFilter为'both'时显示合并标识,否则显示单独标识
This commit is contained in:
2026-03-29 19:34:38 +08:00
parent dd0a17d674
commit f382e6d75d
3 changed files with 39 additions and 21 deletions
+1
View File
@@ -59,6 +59,7 @@
<AppGrid
:apps="filteredApps"
:loading="loading"
:store-filter="storeFilter"
@open-detail="openDetail"
/>
</template>