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