From 4b223ecc2a62d7fdb58fdefd0b7599d89fab24f2 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 15:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=B7=BB=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E5=BA=94=E7=94=A8=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 | 35 ++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/src/features/app-detail/AppDetail.tsx b/src/features/app-detail/AppDetail.tsx index fa07b29..523673a 100644 --- a/src/features/app-detail/AppDetail.tsx +++ b/src/features/app-detail/AppDetail.tsx @@ -273,12 +273,35 @@ const AppDetail: Component = () => {

应用信息

-
-

大小: {app()?.Size}

-
-

分类: {app()?.Category}

-
-

更新时间: {app()?.Update}

+
+
+ 软件大小 + {app()?.Size} +
+
+ 软件分类 + {app()?.Category} +
+
+ 软件包名 + {app()?.Pkgname} +
+
+ 更新时间 + {app()?.Update} +
+
+ 软件作者 + {app()?.Author} +
+
+ 投稿用户 + {app()?.Contributor} +
+
+ 软件官网 + 点击跳转 +