Skip to content

Commit aef1d6a

Browse files
committed
add new
1 parent 3bc7704 commit aef1d6a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

web/src/components/app.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ const resolver: { [key: string]: ResolverField } = {
6262
ghcr_url: { label: "GHCR URL", type: "link" },
6363
size_raw: { label: "Size (Raw)", type: "size" },
6464
manifest_url: { label: "Manifest URL", type: "link" },
65-
download_count: { label: "Download Count", type: "metric" },
66-
build_id: { label: "Build ID", type: "number" }
65+
download_count: { label: "Total Downloads", type: "metric" },
66+
download_count_month: { label: "Monthly Downloads", type: "metric" },
67+
download_count_week: { label: "Weekly Downloads", type: "metric" },
68+
build_id: { label: "Build ID", type: "number" },
6769
};
6870

6971
function Show({ value, Key, props }: { value: any, props: AppProps, Key?: string }) {

0 commit comments

Comments
 (0)