feat(工具箱): 添加工具信息和工具更新日志显示
This commit is contained in:
2
types/web.d.ts
vendored
2
types/web.d.ts
vendored
@@ -65,6 +65,8 @@ declare global {
|
||||
version: string;
|
||||
/** 是否启用 */
|
||||
enabled: boolean;
|
||||
/** 更新日志 */
|
||||
changelogs: string[];
|
||||
}
|
||||
|
||||
// window
|
||||
|
Reference in New Issue
Block a user