优化小程序页面管理

This commit is contained in:
2024-07-23 10:27:38 +08:00
parent a657ff04ad
commit 7485ff1a87
5 changed files with 129 additions and 27 deletions

View File

@@ -18,6 +18,10 @@ export interface MpPages {
subpackage?: string;
// 图标
icon?: string;
// (优先级高于图标)
iconPath?: string;
// (优先级高于图标)
selectedIconPath?: string;
// 排序(数字越小越靠前)
sortNumber?: number;
// 备注