From db76ec50ae3b6468293182e48b242ce7e2edc124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E5=AD=90?= <40852301+uiYzzi@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=B7=BB=E5=8A=A0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E4=B8=8B=E8=BD=BD=E9=87=8F=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/app-detail/AppDetail.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/features/app-detail/AppDetail.tsx b/src/features/app-detail/AppDetail.tsx index e4caabb..99a94a9 100644 --- a/src/features/app-detail/AppDetail.tsx +++ b/src/features/app-detail/AppDetail.tsx @@ -278,6 +278,10 @@ const AppDetail: Component = () => { 软件大小 {app()?.Size} +
+ 下载总量 + {app()?.DownloadTimes} +
软件分类 {app()?.Category}