-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: 更新文档部分图片 #8765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs: 更新文档部分图片 #8765
Changes from all commits
7fb8e62
807d35e
8f88781
ed8ee85
7a640d6
af463b7
bf10999
ca63a8b
173343c
1085046
60a1c53
0e768cd
aa3b6ac
79fac53
3bb8676
415fe89
6f7e123
e9c8bec
c48ca04
33e2420
0cd95d2
a8567d4
f219dd8
8c9c367
dc79841
ba28844
566117f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |||||
|
|
||||||
| 进入机器人,点击新增适配器,找到 Discord 并点击进入 Discord 配置页。 | ||||||
| > 旧版本`机器人`为`消息平台` | ||||||
|  | ||||||
| <img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/b8f5842a-a186-4eeb-b8f8-9bce9d909a98" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 将图片替换为
Suggested change
|
||||||
|
|
||||||
|  | ||||||
| > 本次教程只用管1,2,3,5项 | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -32,7 +32,8 @@ | |||||
|
|
||||||
| 1. 进入 AstrBot 的管理面板,点击左侧栏 `机器人`(旧版本为 `消息平台`),然后在右侧的界面中,点击 `+ 新增适配器`,选择 `企业微信智能机器人`,进入配置页面。 | ||||||
|
|
||||||
|  | ||||||
| <img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/39d4c653-d35f-4941-b571-1773416b2992" /> | ||||||
|
|
||||||
|
|
||||||
| 2. 在弹出的配置项中将 `企业微信智能机器人的名字`、`token`、`encoding_aes_key` 从上一步创建智能机器人时填写的值复制粘贴到对应的输入框中。ID 可以随意填写,用于区分不同的消息平台实例。`port` 默认为 `6198`,可以根据需要修改,但请确保该端口未被占用。请保持 `统一 Webhook 模式 (unified_webhook_mode)` 为开启状态。点击 `保存`。 | ||||||
|
|
||||||
|
|
@@ -68,9 +69,10 @@ | |||||
|
|
||||||
| 在单聊或群聊中,直接发送消息即可与机器人进行对话。 | ||||||
|
|
||||||
| 如果您需要类似实时打字机的效果,请确保在 AstrBot 中开启了 `流式回复` 功能。 | ||||||
| 如果您需要类似实时打字机的效果,请确保在 AstrBot 中开启了 `流式输出` 功能。 | ||||||
|
|
||||||
| <img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/fd962fba-eebd-448a-bf42-8d79c159c8c8" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 原有的描述性
Suggested change
|
||||||
|
|
||||||
|  | ||||||
|
|
||||||
| ## 帮助与支持 | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,8 +14,8 @@ | |
|
|
||
| 粘贴上面创建和选择的 `API Key` 和 `模型名称`,点击保存,完成创建。您可以点击下方 `服务提供商可用性` 的 `刷新` 按钮测试配置是否成功。 | ||
|
|
||
|  | ||
| <img width="1910" height="883" alt="image" src="https://github.com/user-attachments/assets/98fb7711-35c9-426b-b576-b8678bad67da" /> | ||
|
|
||
| ## 应用对话模型 | ||
|
|
||
| 在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `siliconflow`(硅基流动) 提供商,点击保存。 | ||
| 在 AstrBot WebUI,点击左栏 `配置文件`,找到 AI 配置中的 `默认聊天模型`,选择刚刚创建的 `siliconflow`(硅基流动) 提供商,点击保存。 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
将图片替换为
<img>标签时,原有的描述性alt属性(Click to create bot, select discord type)被替换为了通用的alt="image"。为了保证文档的可访问性(Accessibility)和 SEO 友好性,建议保留原有的描述性alt文本。