Files
officialweb/src/views/home/example-config.json
T
2026-01-08 18:09:03 +08:00

33 lines
1.1 KiB
JSON

{
"courses": {
"items": [
{
"id": 1,
"title": "太极拳入门",
"description": "学习传统太极拳基本功法,强身健体,修心养性",
"icon": "🥋",
"tag": "养生课程",
"price": "免费体验",
"imageGradient": "linear-gradient(45deg, #ff6b35, #f7931e)"
},
{
"id": 2,
"title": "古筝演奏",
"description": "学习中国传统乐器古筝,提升艺术修养",
"icon": "🪕",
"tag": "音乐课程",
"price": "免费体验",
"imageGradient": "linear-gradient(45deg, #667eea, #764ba2)"
}
]
},
"announcement": {
"content": [
"春季养生特训营正在火热报名中!为感谢各位学员的支持,我们特别推出春季养生特训营,为期两个月的系统学习课程。",
"活动时间:2024年3月1日-4月30日。参与活动的学员可享受8折优惠,名额有限,欲报从速。",
"咨询电话:400-888-8888 或通过千尺APP在线咨询。"
],
"signature": "千尺学堂教学团队 2024年2月20日"
}
}