Refactor worker.js to handle requests and modify response

This commit is contained in:
严浩
2024-08-10 14:22:07 +08:00
parent b796f01443
commit 96d10ab6a0
3 changed files with 29 additions and 13 deletions

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"humao.rest-client"
]
}