cms/entcms/init/data.json
yumoqing 5cfb0e867b feat: 开元云科技官网CMS系统初始版本
entcms模块:
- 4个数据表(cms_content/cms_categories/cms_leads/cms_site_config)
- 22个.dspy API(含公开API和data_filter)
- 4个公开页面(首页/新闻/案例)+管理后台
- 完整营销站点CSS/JS(暗色主题/渐变/动画/响应式)
- 云宝SVG线稿占位符
- RBAC权限配置

dingdingflow模块:
- 2个数据表(dd_approvals/dd_approval_configs)
- 10个.dspy API(含钉钉回调endpoint)
- 钉钉API客户端(环境变量配置,开发模式mock)
- 管理UI

文档: 架构设计/53条测试用例/开发日志
2026-05-27 15:44:26 +08:00

116 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cms_categories": [
{
"id": "cat_product_platform",
"org_id": "0",
"name": "AI平台",
"content_type": "product",
"sort_order": 1
},
{
"id": "cat_product_model",
"org_id": "0",
"name": "行业模型",
"content_type": "product",
"sort_order": 2
},
{
"id": "cat_product_agent",
"org_id": "0",
"name": "智能体",
"content_type": "product",
"sort_order": 3
},
{
"id": "cat_case_mfg",
"org_id": "0",
"name": "智能制造",
"content_type": "case",
"sort_order": 1
},
{
"id": "cat_case_finance",
"org_id": "0",
"name": "金融科技",
"content_type": "case",
"sort_order": 2
},
{
"id": "cat_case_healthcare",
"org_id": "0",
"name": "医疗健康",
"content_type": "case",
"sort_order": 3
},
{
"id": "cat_case_education",
"org_id": "0",
"name": "教育培训",
"content_type": "case",
"sort_order": 4
},
{
"id": "cat_news_company",
"org_id": "0",
"name": "公司动态",
"content_type": "news",
"sort_order": 1
},
{
"id": "cat_news_industry",
"org_id": "0",
"name": "行业资讯",
"content_type": "news",
"sort_order": 2
},
{
"id": "cat_news_product",
"org_id": "0",
"name": "产品更新",
"content_type": "news",
"sort_order": 3
}
],
"cms_site_config": [
{
"id": "cfg_hero_slogan",
"org_id": "0",
"config_group": "hero",
"config_key": "slogan",
"config_value": "一个平台,千行百业 智能跃迁",
"config_type": "text"
},
{
"id": "cfg_hero_subtitle",
"org_id": "0",
"config_group": "hero",
"config_key": "subtitle",
"config_value": "基于东数西算国家战略打造新一代AI智能体服务平台",
"config_type": "text"
},
{
"id": "cfg_hero_tag",
"org_id": "0",
"config_group": "hero",
"config_key": "tag_text",
"config_value": "AI 智能体服务平台",
"config_type": "text"
},
{
"id": "cfg_footer_copyright",
"org_id": "0",
"config_group": "footer",
"config_key": "copyright",
"config_value": "© 2026 开元云科技 · 国家级高新技术企业 · 专精特新企业",
"config_type": "text"
},
{
"id": "cfg_contact_company",
"org_id": "0",
"config_group": "contact",
"config_key": "company_name",
"config_value": "开元云科技",
"config_type": "text"
}
]
}