Skip to content

Commit

Permalink
docs: ✏️ update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikai committed Jan 11, 2024
1 parent a151669 commit f695c53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import VPButton from 'vitepress/dist/client/theme-default/components/VPButton.vu
const vitePressData = useData();
const { localeIndex } = vitePressData;
const textMap = {
root: '帮助您更轻松地使用VitePress',
root: '帮助你更轻松地使用VitePress',
en: 'help you to use VitePress more easily.',
jp: 'VitePressをより簡単に使いこなすためのヘルプです。'
};
Expand Down
2 changes: 1 addition & 1 deletion docs/Guide/Basic/2.GettingStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default {

## 启动和运行

安装向导会自动注入以下脚本到您的 `package.json`,如果是安装到现有项目,请确认 `package.json` 中有以下脚本
安装向导会自动注入以下脚本到你的 `package.json`,如果是安装到现有项目,请确认 `package.json` 中有以下脚本

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/Guide/Basic/Features/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ npx @huyikai/vitepress-helper init
# 是否需要本地 CMS ? | Do you need local CMS?
```

初始化完成后,您可以运行 `npm run dev` 进行预览,如果 CMS 选择了 yes,则可以运行 `npm run cms` 进行内容管理。
初始化完成后,你可以运行 `npm run dev` 进行预览,如果 CMS 选择了 yes,则可以运行 `npm run cms` 进行内容管理。
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ npx @huyikai/vitepress-helper init
# 是否需要本地 CMS ? | Do you need local CMS?
```

初始化完成后,您可以运行 `npm run dev` 进行预览,如果 CMS 选择了 yes,则可以运行 `npm run cms` 进行内容管理。
初始化完成后,你可以运行 `npm run dev` 进行预览,如果 CMS 选择了 yes,则可以运行 `npm run cms` 进行内容管理。
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ npx @huyikai/vitepress-helper init
# 是否需要本地 CMS ? | Do you need local CMS?
```

初始化完成后,您可以运行 `npm run dev` 进行预览,如果 CMS 选择了 yes,则可以运行 `npm run cms` 进行内容管理。
初始化完成后,你可以运行 `npm run dev` 进行预览,如果 CMS 选择了 yes,则可以运行 `npm run cms` 进行内容管理。

0 comments on commit f695c53

Please sign in to comment.