chore: initial commit of ai site platform
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
53
test/data/whm_articles.json
Normal file
53
test/data/whm_articles.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"entity": "article",
|
||||
"items": [
|
||||
{
|
||||
"title": "公司简介",
|
||||
"content": "我们是一家专注数字化转型的科技企业,服务覆盖官网建设、内容运营与品牌传播。",
|
||||
"status": "已发布",
|
||||
"created_at": "2026-07-01 09:00:00"
|
||||
},
|
||||
{
|
||||
"title": "产品发布:智能建站 2.0",
|
||||
"content": "全新版本支持模块化发布、草稿预览与 Excel 批量导入,帮助运营团队更快上线页面。",
|
||||
"status": "已发布",
|
||||
"created_at": "2026-07-10 14:30:00"
|
||||
},
|
||||
{
|
||||
"title": "客户案例:华东制造企业官网升级",
|
||||
"content": "通过内容管理模块,客户将资讯更新效率提升 3 倍,并统一了品牌视觉规范。",
|
||||
"status": "已发布",
|
||||
"created_at": "2026-07-15 11:20:00"
|
||||
},
|
||||
{
|
||||
"title": "招聘:前端工程师",
|
||||
"content": "负责业务后台与生成式页面渲染,要求熟悉 React / TypeScript。",
|
||||
"status": "草稿",
|
||||
"created_at": "2026-07-18 16:05:00"
|
||||
},
|
||||
{
|
||||
"title": "行业洞察:2026 官网内容运营趋势",
|
||||
"content": "结构化内容、可复用模块与 AI 辅助撰稿正在成为企业官网标配能力。",
|
||||
"status": "草稿",
|
||||
"created_at": "2026-07-20 10:12:00"
|
||||
},
|
||||
{
|
||||
"title": "活动预告:线上产品开放日",
|
||||
"content": "本周五 14:00 直播演示一键生成与发布流程,欢迎报名。",
|
||||
"status": "已发布",
|
||||
"created_at": "2026-07-22 08:45:00"
|
||||
},
|
||||
{
|
||||
"title": "服务条款更新说明",
|
||||
"content": "我们对隐私政策与服务条款进行了修订,请查阅最新版本。",
|
||||
"status": "已发布",
|
||||
"created_at": "2026-07-23 17:00:00"
|
||||
},
|
||||
{
|
||||
"title": "未命名草稿",
|
||||
"content": "待补充正文与配图后发布。",
|
||||
"status": "草稿",
|
||||
"created_at": "2026-07-24 09:30:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user