@xiaohhhh1/canvas-agent 0.4.29 → 0.4.30
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.
|
@@ -14,7 +14,7 @@ const DETAIL_TREND_DAYS = 7;
|
|
|
14
14
|
const DETAIL_FETCH_CONCURRENCY = 3;
|
|
15
15
|
const VIDEO_LEARNING_TARGET = 36;
|
|
16
16
|
const VIDEO_COMMERCE_TARGET = 12;
|
|
17
|
-
const VIDEO_AI_TARGET_PER_DIMENSION =
|
|
17
|
+
const VIDEO_AI_TARGET_PER_DIMENSION = 13;
|
|
18
18
|
const VIDEO_AI_RANKING_PATH = "/zh/media-source/top-ai-videos";
|
|
19
19
|
const RANKING_DEFINITIONS = [
|
|
20
20
|
{ source: "new", label: "新品榜", pathname: "/e-commerce/newProducts" },
|