Skip to content

Commit 6fbd59c

Browse files
committed
fix: some updates
1 parent 700369f commit 6fbd59c

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
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

docs/quick-start.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
220220
# 方法 2: winget
221221
winget 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 (如果已安装)
235235
brew 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
332340
uv 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` 生成配置文件。

docs/user-guide/live2d.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

i18n/en/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"description": "Title of interaction feature"
332332
},
333333
"features.interact.description": {
334-
"message": "Chat through voice or text, support camera & screen vision, interrupt naturally, see AI inner thoughts and actions, Live2D expressions, touch response and more.",
334+
"message": "Chat through voice or text, support camera & screen vision, interrupt naturally, see AI inner thoughts and actions, Live2D expressions, touch response, group chat, and more.",
335335
"description": "Description of interaction feature"
336336
},
337337
"features.ui.title": {

i18n/en/docusaurus-plugin-content-docs/current/user-guide/live2d.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

i18n/zh-Hans/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"description": "Title of interaction feature"
2121
},
2222
"features.interact.description": {
23-
"message": "支持语音文字实时交流,支持摄像头 & 屏幕视觉,自然打断对话,AI 主动发言,看到 AI 内心 OS 和动作,Live2D 实时表情,还能触摸互动,用法多样有趣。",
23+
"message": "支持语音文字实时交流,支持摄像头 & 屏幕视觉,自然打断对话,AI 主动发言,看到 AI 内心 OS,Live2D 表、触摸互动、群组聊天,用法多样有趣。",
2424
"description": "Description of interaction feature"
2525
},
2626
"features.ui.title": {

0 commit comments

Comments
 (0)