people-reading/miniprogram/utils/modules.js
2026-05-11 23:26:11 +08:00

31 lines
500 B
JavaScript

const MODULES = [
{
id: 'palm',
mark: '掌',
title: '手相报告',
description: '已开放 · 上传掌心照片',
status: 'available',
path: '/pages/palm/palm'
},
{
id: 'face',
mark: '面',
title: '面相解读',
description: '即将开放',
status: 'coming',
path: ''
},
{
id: 'bazi',
mark: '字',
title: '八字简批',
description: '即将开放',
status: 'coming',
path: ''
}
]
module.exports = {
MODULES
}