feat: 调用gpt\nano模型方式修改,功能优化,增加下载采集图片等功能

This commit is contained in:
R524809
2026-08-20 17:00:40 +08:00
parent 90b7c8737d
commit 95cb93a160
20 changed files with 411 additions and 407 deletions
+2 -4
View File
@@ -8,7 +8,8 @@ export default defineConfig({
'storage',
'sidePanel',
'activeTab',
'scripting' // 执行 content script 函数需要
'scripting', // 执行 content script 函数需要
'downloads' // 导出采集图片 / 套图 ZIP 到本地
],
host_permissions: [
// Ozon 商品页 + 图片 CDN
@@ -21,9 +22,6 @@ export default defineConfig({
'https://item.taobao.com/*',
'https://detail.tmall.com/*',
'https://*.alicdn.com/*',
// mtop 开放接口(淘宝主数据/图文详情兜底)
'https://h5api.m.taobao.com/*',
'https://h5api.m.tmall.com/*',
// 1688 详情数据 CDNdescription.detailUrl
'https://itemcdn.tmall.com/*',
// 本机后端(上传 / 生成套图用);生产换成你的公网域名