添加应用下载量信息

This commit is contained in:
柚子
2025-03-07 16:11:19 +08:00
parent e6d94beb78
commit db76ec50ae

View File

@@ -278,6 +278,10 @@ const AppDetail: Component = () => {
<span class="text-xs text-muted-foreground mb-1"></span>
<span class='select-text'>{app()?.Size}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<span class='select-text'>{app()?.DownloadTimes}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<span class='select-text'>{app()?.Category}</span>