refine: 文档更新

This commit is contained in:
Burt 2024-12-10 23:29:32 +08:00
parent 742abc29a1
commit 7f25b046fc
4 changed files with 6 additions and 4 deletions

View File

@ -2,4 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
# Run the commit-msg hook # Run the commit-msg hook
npx --no-install commitlint --edit # npx --no-install commitlint --edit

View File

@ -2,4 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh" . "$(dirname -- "$0")/_/husky.sh"
# Run the pre-commit hook # Run the pre-commit hook
npx --no-install -- lint-staged # npx --no-install -- lint-staged

View File

@ -237,7 +237,9 @@ function addLink(e) {
## 3. Vue-Office 使用哪个版本? ## 3. Vue-Office 使用哪个版本?
使用 `1.8x`,而不是 `2.x`,否则出现下面这样的问题: ~~使用 `1.8x`,而不是 `2.x`~~,否则出现下面这样的问题:
> 最新的 `v2.1.10` 已经可以了,直接安装即可.
![alt text](./assets/15-4.png) ![alt text](./assets/15-4.png)

View File

@ -6,7 +6,7 @@
- **pnpm** - `>=7.30`(推荐使用 `8.12+` - **pnpm** - `>=7.30`(推荐使用 `8.12+`
- **`VSCode`** - 可选 `WebStrom` - **`VSCode`** - 可选 `WebStrom`
- **`HBuilderX`** - `APP` 的运行和发布还是离不开它 - **`HBuilderX`** - `APP` 的运行和发布还是离不开它
- **Vue-Office** - `1.8x`,别升到 `2.x` - **Vue-Office** - `v2.1.10`
## 创建项目 ## 创建项目