app creation

This commit is contained in:
JzoNg
2024-03-02 16:47:43 +08:00
parent 93d116a9d0
commit 4c7941adef
15 changed files with 204 additions and 59 deletions

View File

@ -278,6 +278,8 @@ export type App = {
id: string
/** Name */
name: string
/** Description */
description: string
/** Icon */
icon: string