Merge branch 'master' of gitea.release11.com:R11/release11-tools into widlam/enhancement/add_theme_switcher

This commit is contained in:
2023-12-04 12:01:40 +01:00
9 changed files with 262 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ function prepareRequestBody():string {
"processor": engine.value,
"version": version.value
});
console.log(requestBody)
return requestBody;
}