feat(组件): --no-spark时不展示 Spark 应用管理

在InstalledAppsModal和AppSidebar组件中添加storeFilter属性,用于控制不同应用商店的显示逻辑
This commit is contained in:
2026-04-05 11:53:12 +08:00
parent 8be9e1a6cb
commit bcae531387
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -21,6 +21,7 @@
:category-counts="categoryCounts"
:theme-mode="themeMode"
:apm-available="apmAvailable"
:store-filter="storeFilter"
@toggle-theme="toggleTheme"
@select-category="selectCategory"
@close="isSidebarOpen = false"
@@ -117,6 +118,7 @@
:loading="installedLoading"
:error="installedError"
:active-origin="activeInstalledOrigin"
:store-filter="storeFilter"
@close="closeInstalledModal"
@refresh="refreshInstalledApps"
@uninstall="uninstallInstalledApp"