From bd65ad5debaeb666b4a0b3c05fc4eeb6de11059e Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 24 May 2024 16:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=A4=A7=E9=99=86=E7=89=88co?= =?UTF-8?q?ze.cn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.ts | 4 ++++ package.json | 2 +- public/manifest.json | 10 +++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/manifest.ts b/manifest.ts index e217578..1d1e9ff 100644 --- a/manifest.ts +++ b/manifest.ts @@ -46,6 +46,10 @@ function generateManifest( '*://*.coze.com/space/*/bot/*', '*://*.coze.com/space/*/bot', '*://*.coze.com/explore/*', + '*://*.coze.cn/*', + '*://*.coze.cn/space/*/bot/*', + '*://*.coze.cn/space/*/bot', + '*://*.coze.cn/explore/*', ], js: ['src/pages/content/index.js'], // KEY for cache invalidation diff --git a/package.json b/package.json index 23870fe..4ef61a0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "coze-beautify", "description": "this is a chrome extension named coze-beautify.", "private": true, - "version": "1.1.1", + "version": "1.1.2", "type": "module", "scripts": { "dev": "npm run build:hmr && (run-p wss build:watch)", diff --git a/public/manifest.json b/public/manifest.json index a7dd15d..f10317f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "coze-beautify", - "version": "1.1.1", + "version": "1.1.2", "description": "this is a chrome extension named coze-beautify.", "permissions": ["storage"], "icons": { @@ -24,10 +24,14 @@ "*://*.coze.com/*", "*://*.coze.com/space/*/bot/*", "*://*.coze.com/space/*/bot", - "*://*.coze.com/explore/*" + "*://*.coze.com/explore/*", + "*://*.coze.cn/*", + "*://*.coze.cn/space/*/bot/*", + "*://*.coze.cn/space/*/bot", + "*://*.coze.cn/explore/*" ], "js": ["src/pages/content/index.js"], - "css": ["assets/css/contentStyle17143585215.chunk.css"] + "css": ["assets/css/contentStyle17165398799.chunk.css"] } ] }