mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-08 11:17:32 +08:00
docs: update setup guide
This commit is contained in:
parent
ed028efa05
commit
ece63004ec
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "koishi-plugin-novelai",
|
||||
"description": "Generate images by NovelAI",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"files": [
|
||||
@ -42,12 +42,12 @@
|
||||
"generate"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"koishi": "^4.9.3"
|
||||
"koishi": "^4.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.45",
|
||||
"atsc": "^1.1.2",
|
||||
"koishi": "^4.9.3",
|
||||
"koishi": "^4.9.4",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
}
|
||||
|
11
readme.md
11
readme.md
@ -29,10 +29,13 @@
|
||||
如果想进一步在 QQ 中使用,可继续进行下列操作:
|
||||
|
||||
1. 准备一个 QQ 号 (等级不要过低,否则可能被风控)
|
||||
2. 点击左侧的「插件配置」,选择「onebot」插件
|
||||
3. 填写你的 QQ 号和密码,并勾选「gocqhttp.enable」选项
|
||||
4. 点击右上角的「启用」按钮
|
||||
5. 现在你可以在 QQ 上中使用画图功能了!
|
||||
2. 点击左侧的「插件配置」,选择「onebot」插件,完成以下配置:
|
||||
- 在「selfId」填写你的 QQ 号
|
||||
- 在「password」填写你的密码
|
||||
- 在「protocol」选择 `ws-reverse`
|
||||
- 开启「gocqhttp.enable」选项
|
||||
3. 点击右上角的「启用」按钮
|
||||
4. 现在你可以在 QQ 上中使用画图功能了!
|
||||
|
||||
使用示例:
|
||||
|
||||
|
@ -3,7 +3,7 @@ commands:
|
||||
description: AI 画图
|
||||
usage: |-
|
||||
输入用逗号隔开的英文标签,例如 Mr.Quin, dark sword, red eyes。
|
||||
查找标签可以使用 https://danbooru.donmai.us/
|
||||
查找标签可以使用 Danbooru。
|
||||
快来给仓库点个 star 吧:https://github.com/koishijs/koishi-plugin-novelai
|
||||
|
||||
options:
|
||||
|
Loading…
Reference in New Issue
Block a user