feat: add sleep report page

This commit is contained in:
czz
2026-05-08 11:30:37 +08:00
parent 054d8e3519
commit a6382d669b
26 changed files with 3249 additions and 6 deletions

View File

@@ -5,7 +5,8 @@
"description": "Taro + React + TypeScript 微信小程序入门项目",
"scripts": {
"dev:weapp": "taro build --type weapp --watch",
"build:weapp": "taro build --type weapp"
"build:weapp": "taro build --type weapp",
"test:report": "tsc -p tsconfig.report-tests.json && node scripts/tests/report-utils.test.cjs"
},
"dependencies": {
"@tarojs/components": "^4.0.0",