chore: bump version

This commit is contained in:
Shigma 2022-10-08 10:20:02 +08:00
parent 22ee6a8de4
commit d580f31ba8
No known key found for this signature in database
GPG Key ID: 21C89B0B92907E14
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "koishi-plugin-novelai",
"description": "Generate images by NovelAI",
"version": "1.4.1",
"version": "1.4.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [

View File

@ -13,7 +13,7 @@
- [ ] 图片增强功能
- [ ] img2img
得益于 Koishi 的插件化机制,只需配合其他插件即可轻松实现:
得益于 Koishi 的插件化机制,只需配合其他插件即可实现更多功能
- 多平台支持 (QQ、Discord、Telegram、开黑啦等)
- 速率限制 (限制每个用户每天可以调用的次数和每次调用的间隔)
@ -165,7 +165,7 @@ console.log(JSON.parse(localStorage.session).auth_token)
### baseTags
- 类型: `string`
- 默认值: `` (空字符串)
- 默认值: `''`
默认的附加标签。可以自定义一些常用的标签,例如 `best quality`, `masterpiece` 等。