Files
xuanzhi-wx/utils/static-ux/learning.js

16 lines
371 B
JavaScript

function createLearningCenterPageData() {
return {
title: '学习中心',
summaryCards: [
{ key: 'qa', value: 8, label: '问答' },
{ key: 'analysis', value: 5, label: '辨证' },
{ key: 'interpret', value: 6, label: '解读' },
{ key: 'bazi', value: 4, label: '排盘' }
]
}
}
module.exports = {
createLearningCenterPageData
}