Render internal links to card.

This commit is contained in:
nyne
2025-05-23 19:30:46 +08:00
parent 0bc97b1db5
commit 8a7af82b6c
5 changed files with 159 additions and 96 deletions

View File

@@ -67,6 +67,7 @@ export interface ResourceDetails {
author: User;
views: number;
downloads: number;
related: Resource[];
}
export interface Storage {