first commit
This commit is contained in:
38
backend/publish_config_example.json
Normal file
38
backend/publish_config_example.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"cookies": [
|
||||
{
|
||||
"name": "a1",
|
||||
"value": "your_cookie_value_here",
|
||||
"domain": ".xiaohongshu.com",
|
||||
"path": "/",
|
||||
"expires": -1,
|
||||
"httpOnly": false,
|
||||
"secure": false,
|
||||
"sameSite": "Lax"
|
||||
},
|
||||
{
|
||||
"name": "webId",
|
||||
"value": "your_webid_here",
|
||||
"domain": ".xiaohongshu.com",
|
||||
"path": "/",
|
||||
"expires": -1,
|
||||
"httpOnly": false,
|
||||
"secure": false,
|
||||
"sameSite": "Lax"
|
||||
}
|
||||
],
|
||||
"title": "💧夏日必备!2元一杯的柠檬水竟然这么好喝?",
|
||||
"content": "今天给大家分享一个超级实惠的夏日饮品!\n\n蜜雪冰城的柠檬水只要2元一杯,性价比真的太高了!\n酸酸甜甜的口感,冰冰凉凉超解渴~\n\n夏天必备!强烈推荐给大家!",
|
||||
"images": [
|
||||
"https://picsum.photos/800/600?random=1",
|
||||
"https://picsum.photos/800/600?random=2",
|
||||
"D:/project/Work/ai_xhs/backend/temp_uploads/image3.jpg"
|
||||
],
|
||||
"tags": [
|
||||
"夏日清爽",
|
||||
"饮品",
|
||||
"柠檬水",
|
||||
"性价比",
|
||||
"蜜雪冰城"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user