feat: display view count in UI

This commit is contained in:
Steven
2023-06-24 16:14:17 +08:00
parent 19cdea6bca
commit 5fb9b67a53
2 changed files with 50 additions and 38 deletions

View File

@ -16,6 +16,7 @@ interface Shortcut {
description: string;
visibility: Visibility;
tags: string[];
view: number;
}
interface ShortcutCreate {