feat: migrate static pages to native tabbar
This commit is contained in:
15
utils/static-ux/learning.js
Normal file
15
utils/static-ux/learning.js
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user