feat: profile item ui

This commit is contained in:
GyDi
2022-02-09 02:08:27 +08:00
parent 3ed0f005ee
commit 6d59fe2a34
2 changed files with 64 additions and 42 deletions

View File

@@ -87,6 +87,7 @@ export namespace CmdType {
export interface ProfileItem {
name?: string;
desc?: string;
file?: string;
mode?: string;
url?: string;