Skip to content

Commit

Permalink
update README && node version tips
Browse files Browse the repository at this point in the history
  • Loading branch information
CcSimple committed Apr 23, 2024
1 parent 5f0345e commit 1c9acbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ vue-plugin-hiprint(基于[hiprint 2.5.4](http://hiprint.io/)) 当时只是为了
## 注意事项!!

- NodeJs 需要 16.x 版本 (开发使用的 16.18.1)
- <div style="color: red">【vue-plugin-hiprint】与【hiprint.io官网】差异甚多,请忽混用!请忽混用!请忽混用!</div>
- <div style="color: orange">请使用我提供的打印客户端,或者自行修改打印客户端的源码,以适配本项目的模板!</div>
- 主分支是融合版本的最新代码,如果你不需要修改 hiprint 相关代码. 请使用 npm 包的方式安装.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"up-version": "node ./scripts/change-version.js",
"pub-beta": "npm run build && npm --registry https://registry.npmjs.org/ publish --tag beta"
},
"engines": {
"node": "16.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
Expand Down Expand Up @@ -63,4 +66,4 @@
"nzh": "^1.0.8",
"socket.io-client": "^4.5.1"
}
}
}

0 comments on commit 1c9acbd

Please sign in to comment.