docs(readme): 移除关于build:file命令的过时文档

This commit is contained in:
LOG1997
2025-12-11 00:24:21 +08:00
parent ca073871b7
commit 854b58b53c

View File

@@ -130,14 +130,6 @@ or
npm run build
```
若想直接以打开html文件的方式运行请执行以下命令进行打包。打包完成后在dist目录中直接打开index.html即可。
```bash
pnpm build:file
or
npm run build:file
```
> 项目思路来源于 <https://github.com/moshang-xc/lottery>
## Docker支持