chore(types): 更新工具箱信息类型定义,添加 iconClass 属性

This commit is contained in:
2024-09-06 13:20:52 +08:00
parent d3a29eed91
commit f1a7c74b93

2
types/web.d.ts vendored
View File

@@ -51,6 +51,8 @@ declare global {
title: string;
/** 工具简介 */
desc: string;
/** 图标 */
iconClass: string;
/** 组件路径 */
component: string;
/** 创建日期 */