From 588eaf9746482d18716c4f929a3150b560aa5a62 Mon Sep 17 00:00:00 2001 From: Elysia Date: Sat, 31 Jan 2026 01:07:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8=EF=BC=8C=E5=8C=BA=E5=88=86?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=92=8C=E7=94=A8=E6=88=B7=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/components/InstalledAppsModal.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e7fa807..7560372a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ - [x] 实现应用更新 - [x] 显示本地已安装app - [x] 支持显示本地是否已经安装 - - [ ] 本地应用列表区分依赖和用户安装的包(或者干脆不显示依赖包) + - [x] 本地应用列表区分依赖和用户安装的包(或者干脆不显示依赖包) - [x] 安装/卸载时UI提示(重要) - [x] 实现应用搜索 - [ ] 切换分类时默认不应用搜索,需按下回车键才应用搜索 diff --git a/src/components/InstalledAppsModal.vue b/src/components/InstalledAppsModal.vue index 3adf8519..94b35dd1 100644 --- a/src/components/InstalledAppsModal.vue +++ b/src/components/InstalledAppsModal.vue @@ -42,12 +42,18 @@
-

{{ app.pkgname }}

+
+

{{ app.pkgname }}

+ + 依赖项 + +
{{ app.version }} · {{ app.arch }} -