File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
i18n/en/docusaurus-plugin-content-docs/current/user-guide Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 3535 github_token : ${{ secrets.GITHUB_TOKEN }}
3636 publish_dir : ./build
3737 user_name : github-actions[bot]
38- user_email : 41898282+github-actions[bot]@users.noreply.github.com
38+ user_email : 41898282+github-actions[bot]@users.noreply.github.com
39+ cname : docs.llmvtuber.com
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
220220# 方法 2: winget
221221winget install --id=astral-sh.uv -e
222222
223- # 重要:如果使用 winget,安装完成后需要重启命令行或重新加载配置文件
223+ # 重要:对于 winget,安装完成后请重启命令行 / IDE,或
224224```
225225
226226 </TabItem >
@@ -234,12 +234,20 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
234234# 方法 2: homebrew (如果已安装)
235235brew install uv
236236
237- # 重要:如果使用 curl 或 wget ,安装完成后需要重启命令行或重新加载配置文件
237+ # 重要:安装完成后请运行以下命令重新加载配置文件,或者重启命令行 / IDE
238+ source ~ /.bashrc # 如果使用 bash
239+ # 或
240+ source ~ /.zshrc # 如果使用 zsh
238241```
239242
240243 </TabItem >
241244</Tabs >
242245
246+ ::: warning
247+ 对于 winget, curl 或 weget,安装完 uv 后需要重启命令行 / IDE 或重新加载配置文件
248+ :::
249+
250+
243251更多 uv 安装方法参考:[ Installing uv] ( https://docs.astral.sh/uv/getting-started/installation/ )
244252
245253## 手动部署指南
@@ -330,8 +338,7 @@ uv sync
330338
331339``` bash
332340uv run run_server.py
333- ```
334- 然后按下 ` Ctrl ` + ` C ` 退出程序。
341+ ` ` ` 然后按下 ` Ctrl` + ` C` 退出程序。
335342
336343:::info
337344` v1.1.0` 版本开始,` conf.yaml` 文件可能不会自动出现在项目目录下。请运行一次项目主程序 ` uv run run_server.py` 生成配置文件。
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ sidebar_position: 4
2727- [ Booth] ( https://booth.pm/ )
2828- [ Bilibili] ( https://www.bilibili.com/ )
2929- [ Eikanya/Live2d-model] ( https://github.com/Eikanya/Live2d-model )
30+ - [ 模之屋] ( https://www.aplaybox.com/model/model )
3031
3132## 2. 配置 Live2D 模型
3233
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Here are some common sources for obtaining Live2D models (feel free to add more
2222- [ Booth] ( https://booth.pm/ )
2323- [ Bilibili] ( https://www.bilibili.com/ )
2424- [ Eikanya/Live2d-model] ( https://github.com/Eikanya/Live2d-model )
25+ - [ 模之屋] ( https://www.aplaybox.com/model/model )
26+
2527
2628## 2. Configure Live2D Model
2729
You can’t perform that action at this time.
0 commit comments