@xiaohhhh1/canvas-agent 0.4.30 → 0.4.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -330,8 +330,8 @@ export class FastMossIntegration {
330
330
  await this.openVideoLearningPage(fastMossVideoLearningRankUrl(market), market === "GLOBAL" ? "全球视频商品榜" : `${market} 视频商品榜`);
331
331
  await collect("commerce-video", Math.min(VIDEO_COMMERCE_TARGET, requestedTarget));
332
332
  const aiDimensions = [
333
- { dimension: "high-sales", labels: ["高销量榜单", "High Sales"] },
334
333
  { dimension: "high-roas", labels: ["高ROAS榜单", "High ROAS"] },
334
+ { dimension: "high-sales", labels: ["高销量榜单", "High Sales"] },
335
335
  { dimension: "high-exposure", labels: ["高曝光榜单", "High Exposure"] },
336
336
  { dimension: "high-engagement", labels: ["高互动榜单", "High Engagement"] },
337
337
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaohhhh1/canvas-agent",
3
- "version": "0.4.30",
3
+ "version": "0.4.32",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",