-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG.json.sample
More file actions
63 lines (63 loc) · 1.32 KB
/
CONFIG.json.sample
File metadata and controls
63 lines (63 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"_note": "纯 Influencer 搜索模式 - keywords 和 keyword_buckets 已废弃(2025-11-17)",
"allow_lang": [
"en",
"ja"
],
"min_candidates": 5,
"floor_min_rows": 2,
"candidate_search": {
"_note": "梯度扫描策略:按热度分数排序,优先选择高观看量、大V、新鲜的热推(目标5条,最少2条)",
"baseline": {
"min_followers": 20000,
"max_age_hours": 12,
"min_comments": 5,
"max_comments": 100,
"min_views": 20000
},
"sweep_strategy": {
"follower_steps": [20000, 30000, 40000, 50000],
"age_steps": [12, 10, 8, 6],
"views_steps": [20000, 50000, 80000]
},
"heat_score_weights": {
"_note": "热度分数 = (观看/1000)×view_weight + (粉丝/1000)×follower_weight - (小时)×age_penalty",
"view_weight": 10,
"follower_weight": 5,
"age_penalty": 2
}
},
"automation": {
"foreman_mode": "continuous",
"scheduled_hours": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
],
"auto_mode_threshold": 60,
"policy_violation_count": 0,
"auto_switch_frequency": 1,
"high_mode_enabled": true
}
}