From b9991b4af21c787cca81f3bc19e3107185f09ece Mon Sep 17 00:00:00 2001 From: liushiwei <499672082@qq.com> Date: Tue, 5 Sep 2023 23:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.production.json | 7 ++- src/view/ExportSaleData.vue | 35 ++++++++++- src/view/shipping/NormalSendGoods.vue | 91 +++++++-------------------- src/view/shipping/ShippingList.vue | 17 +++-- 4 files changed, 72 insertions(+), 78 deletions(-) diff --git a/src/manifest.production.json b/src/manifest.production.json index 70c7db6..6e8828d 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "TEMU助手", "description": "TEMU助手 - 自动化提高生产效率", - "version": "2.2.3", + "version": "2.2.4", "background": { "service_worker": "/background.js" }, @@ -19,10 +19,13 @@ "permissions": [ "cookies", "notifications", + "tabs", + "scripting", + "webRequest", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", - "webRequest" + "activeTab" ], "content_scripts": [ { diff --git a/src/view/ExportSaleData.vue b/src/view/ExportSaleData.vue index a036b73..be5f7c2 100644 --- a/src/view/ExportSaleData.vue +++ b/src/view/ExportSaleData.vue @@ -1,5 +1,5 @@