添加更多应用信息

This commit is contained in:
柚子
2025-03-07 15:36:46 +08:00
parent d440de22c7
commit 4b223ecc2a

View File

@@ -273,12 +273,35 @@ const AppDetail: Component = () => {
</div> </div>
<div class="py-2"> <div class="py-2">
<h3 class="text-lg font-semibold"></h3> <h3 class="text-lg font-semibold"></h3>
<div class="social-container text-sm text-muted-foreground"> <div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 xl:grid-cols-5 gap-4 mt-2 text-sm text-muted-foreground">
<p>: {app()?.Size}</p> <div class="flex flex-col">
<div class="divider" /> <span class="text-xs text-muted-foreground mb-1"></span>
<p>: {app()?.Category}</p> <span>{app()?.Size}</span>
<div class="divider" /> </div>
<p>: {app()?.Update}</p> <div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<span>{app()?.Category}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<span>{app()?.Pkgname}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<span>{app()?.Update}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<span>{app()?.Author}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1">稿</span>
<span>{app()?.Contributor}</span>
</div>
<div class="flex flex-col">
<span class="text-xs text-muted-foreground mb-1"></span>
<a href={app()?.Website} target="_blank" rel="noopener noreferrer" class="text-blue-500 underline"></a>
</div>
</div> </div>
</div> </div>
<div class="py-2 w-full"> <div class="py-2 w-full">