-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json.example
More file actions
49 lines (43 loc) · 1.21 KB
/
config.json.example
File metadata and controls
49 lines (43 loc) · 1.21 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
{
"// WordPress站点信息": "填写WordPress站点的URL和登录凭证",
"wp_url": "https://your-wordpress-site.com",
"wp_username": "your_username",
"wp_password": "your_password",
"// 分类和标签设置": "将根据名称自动获取ID或创建新的分类/标签",
"category_names": [
"技术",
"旅游",
"美食",
"体育",
"健康",
"教育",
"财经",
"娱乐"
],
"tag_names": [
"热门",
"推荐",
"最新",
"趋势",
"经验",
"指南",
"创新",
"分析"
],
"// 关键词列表": "要自动发布的文章关键词",
"keywords": [
"旅游业最新发展",
"人工智能应用",
"健康饮食指南",
"可持续发展趋势",
"数字营销策略"
],
"// 发布设置": "文章发布间隔时间(秒)",
"publish_interval": 30,
"// 智普AI设置": "是否启用智普AI进行自动分类",
"use_zhipu_ai": true,
"zhipu_api_key": "your_api_key.your_secret",
"// 图片设置": "特色图片尺寸(可选)",
"image_width": 960,
"image_height": 540
}