npm run commit会读取 ├── dist // 项目构建生成文件 │ ├── favicon.ico │ ├── index.html │ ├── json │ └── static ├── doc // 相关文档存放目录 ├── index.html ├── package.json ├── pnpm-lock.yaml ├── prettier.config.js ├── ...