- backend: NestJS service with exercise/plan data - miniprogram: WeChat mini program client - exclude node_modules, dist, runtime data-store, local env
9 lines
225 B
JSON
9 lines
225 B
JSON
{
|
|
"navigationStyle": "custom",
|
|
"usingComponents": {
|
|
"exercise-card": "/components/exercise-card/index",
|
|
"section-header": "/components/section-header/index",
|
|
"bottom-nav": "/components/bottom-nav/index"
|
|
}
|
|
}
|