Vanessa 2022-09-13 10:19:13 +08:00
parent 73e0a968e2
commit 4fdcb11309
9 changed files with 126 additions and 96 deletions

View file

@ -268,6 +268,7 @@ interface IUpload {
interface IMenuItem {
/** 唯一标示 */
name: string;
lang?: string;
/** svg 图标 */
icon?: string;
/** 提示 */