feat: 优化应用商店界面布局和交互体验

refactor(HomeView): 调整网格布局和卡片样式,增加欢迎页面
refactor(AppDetailModal): 重构应用详情弹窗布局,增加元数据展示和返回按钮
fix(spark-store): 添加dpkg命令检查逻辑
style: 统一调整部分间距和颜色样式
This commit is contained in:
2026-03-29 15:22:55 +08:00
parent 33c48f4543
commit ad5562700f
5 changed files with 364 additions and 194 deletions
+2
View File
@@ -51,6 +51,7 @@
:lists="homeLists"
:loading="homeLoading"
:error="homeError"
:store-filter="storeFilter"
@open-detail="openDetail"
/>
</template>
@@ -378,6 +379,7 @@ const toggleTheme = () => {
const selectCategory = (category: string) => {
activeCategory.value = category;
isSidebarOpen.value = false;
window.scrollTo({ top: 0, behavior: "smooth" });
if (
category === "home" &&
homeLinks.value.length === 0 &&