feat: migrate static pages to native tabbar

This commit is contained in:
2026-04-23 21:25:24 +08:00
parent f3cd0c3a98
commit cd30f57f2c
116 changed files with 7143 additions and 311 deletions

View 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
}