feat: add deps page

This commit is contained in:
engigu
2025-12-23 23:10:42 +08:00
parent 31f50091f0
commit 4de4073ae2
2 changed files with 32 additions and 2 deletions
+1
View File
@@ -352,6 +352,7 @@ export interface Dependency {
version: string
type: string
remark: string
log: string
created_at: string
updated_at: string
}