update at 2026-02-08 18:28:39

This commit is contained in:
douboer
2026-02-08 18:28:39 +08:00
parent e2a46e413a
commit 0f5a7f0d85
97 changed files with 22029 additions and 59 deletions

View File

@@ -6,6 +6,13 @@
"dev": "cd frontend && pnpm run dev",
"build": "cd frontend && pnpm run build",
"preview": "cd frontend && pnpm run preview",
"prepare-fonts": "python3 scripts/generate-font-list.py"
"api:serve": "if [ -x .venv/bin/python ]; then .venv/bin/python apiserver/server.py; else python3 apiserver/server.py; fi",
"prepare-fonts": "python3 scripts/generate-font-list.py",
"mp:syntax": "find miniprogram -name '*.js' -print0 | xargs -0 -n1 node --check",
"mp:lint": "node scripts/check-miniprogram-lint.js",
"mp:test": "node scripts/check-miniprogram-core-test.js"
},
"dependencies": {
"sharp": "^0.34.5"
}
}