feat: add pip.md #83 #964

This commit is contained in:
小弟调调
2025-05-12 01:04:49 +08:00
parent fb3e277fed
commit cb8d9dfb45
3 changed files with 63 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"prepare": "husky",
"postinstall": "npm run cpy",
"build": "refs-cli && npm run cpy",
"start": "refs-cli --watch",
"start": "npm run cpy && refs-cli --watch",
"cpy": "cpy 'appicon/*.png' dist/appicon",
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
"markdownlint": "npx markdownlint-cli --fix ./docs/*.md"