feat(工具箱): 添加工具信息和工具更新日志显示

This commit is contained in:
2025-06-04 23:38:16 +08:00
parent ca27b2bbcc
commit d75232e5e0
5 changed files with 131 additions and 7 deletions

2
types/web.d.ts vendored
View File

@@ -65,6 +65,8 @@ declare global {
version: string;
/** 是否启用 */
enabled: boolean;
/** 更新日志 */
changelogs: string[];
}
// window