build(projects): 代码优化

This commit is contained in:
Soybean
2022-06-19 15:34:18 +08:00
parent 414ccbe360
commit 5c1b086cb4
6 changed files with 273 additions and 244 deletions

View File

@ -37,7 +37,7 @@ declare namespace Message {
/** badge类型 */
badgeProps?: import('naive-ui').BadgeProps;
/** 消息数据 */
list: ListItem[];
list: List[];
}
interface List {