1.0.5 清理不必要文件,api-functions.json不释放
This commit is contained in:
@@ -92,7 +92,7 @@ export class ApiParser {
|
||||
} else {
|
||||
// 如果JSON文件不存在,使用默认数据并创建文件
|
||||
this.initializeDefaultApiDocumentation();
|
||||
this.saveApiDocumentation();
|
||||
//this.saveApiDocumentation();
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('读取API函数JSON文件失败:', error);
|
||||
|
||||
Reference in New Issue
Block a user