feat quickly

This commit is contained in:
2026-01-24 11:14:31 +08:00
parent 83d722d2f1
commit 4aa48a822e
9 changed files with 80 additions and 134 deletions

View File

@@ -22,6 +22,10 @@ export function GetSettings() {
return window['go']['backend']['App']['GetSettings']();
}
export function GetSwaggerFileInfo(arg1) {
return window['go']['backend']['App']['GetSwaggerFileInfo'](arg1);
}
export function GetSwaggerFiles(arg1) {
return window['go']['backend']['App']['GetSwaggerFiles'](arg1);
}