mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-08 18:26:36 +08:00
完善我的页面
This commit is contained in:
11
Yi.Vue3.x.Vant/src/type/class/AppGridData.ts
Normal file
11
Yi.Vue3.x.Vant/src/type/class/AppGridData.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export class AppGridData{
|
||||
head!: string;
|
||||
body!: AppGridBody[];
|
||||
}
|
||||
|
||||
|
||||
|
||||
class AppGridBody{
|
||||
icon!: string;
|
||||
title!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user