This commit is contained in:
liushiwei
2023-08-08 04:14:08 +08:00
parent e8e3a497d7
commit 5bda5f83d8
3 changed files with 105 additions and 66 deletions

View File

@@ -32,7 +32,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
"" + Math.random(), {
type: "basic",
title: "TEMU助手",
message: "您的商品【" + request.productName + "】成功加入发货台,请尽快处理",
message: "您店铺【" + request.mallName + "】的商品【" + request.productName + "】成功加入发货台,请尽快处理",
iconUrl: "./icons/48.png"
}, null
)