1.0.5 清理不必要文件,api-functions.json不释放

This commit is contained in:
睿 安
2025-09-17 15:35:18 +08:00
parent 7f3d876e6a
commit 4bd8eaf683
12 changed files with 14 additions and 418 deletions

View File

@@ -73,7 +73,7 @@ class ApiParser {
else {
// 如果JSON文件不存在使用默认数据并创建文件
this.initializeDefaultApiDocumentation();
this.saveApiDocumentation();
//this.saveApiDocumentation();
}
}
catch (error) {

File diff suppressed because one or more lines are too long