This commit is contained in:
liushiwei
2024-10-19 17:44:22 +08:00
parent 4a90536696
commit 9c2b6c434c
21 changed files with 1679 additions and 33 deletions

View File

@@ -55,7 +55,6 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
headers['Content-Type'] = 'application/json';
data = JSON.stringify(request.data)
} else {
console.log(request.data)
const formData = new FormData();
Object.keys(request.data).forEach(key => {
const value = request.data[key]