chore: update manifest, close #136

also add @maikotan as maintainer
This commit is contained in:
Shigma 2022-12-03 01:46:33 +08:00
parent 92249b2149
commit 4a493bdc6a
3 changed files with 15 additions and 12 deletions

View File

@ -26,7 +26,7 @@ export default defineConfig({
items: [
{ text: '法术解析', link: 'https://spell.novelai.dev' },
{ text: '标签超市', link: 'https://tags.novelai.dev' },
{ text: '绘世 Wiki', link: 'https://wiki.novelai.dev' },
{ text: '绘世百科', link: 'https://wiki.novelai.dev' },
{ text: 'AiDraw', link: 'https://guide.novelai.dev' },
{ text: 'MutsukiBot', link: 'https://nb.novelai.dev' },
],

View File

@ -31,7 +31,6 @@ plugins:
group:basic:
help:
rate-limit:
suggest:
locales:
commands:

View File

@ -1,6 +1,6 @@
{
"name": "koishi-plugin-novelai",
"description": "Generate images by NovelAI",
"description": "Generate images by diffusion models",
"version": "1.15.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@ -14,7 +14,11 @@
},
"author": "Ninzore <cillerpro@gmail.com>",
"maintainers": [
"Shigma <shigma10826@gmail.com>"
"Shigma <shigma10826@gmail.com>",
{
"name": "Maiko Tan",
"email": "maiko.tan.coding@gmail.com"
}
],
"license": "MIT",
"repository": {
@ -39,11 +43,11 @@
]
},
"description": {
"en": "Generate images by [NovelAI](https://novelai.net/)",
"zh": "基于 [NovelAI](https://novelai.net/) 的画图插件",
"zh-TW": "基於 [NovelAI](https://novelai.net/) 的畫圖插件",
"fr": "Générer des images sur [Novel AI](https://novelai.net)",
"ja": "[NovelAI](https://novelai.net/) に基づいて画像を生成する"
"en": "Image Generation. Support [NovelAI](https://novelai.net/), Stable Diffusion and more.",
"zh": "画图插件,支持 [NovelAI](https://novelai.net/)、Stable Diffusion 等",
"zh-TW": "畫圖插件,支持 [NovelAI](https://novelai.net/)、Stable Diffusion 等",
"fr": "Génération des images. Fonctionner sous [NovelAI](https://novelai.net/), Stable Diffusion et plus",
"ja": "画像生成。[NovelAI](https://novelai.net/) や Stable Diffusion などに対応する。"
}
},
"keywords": [
@ -58,7 +62,7 @@
],
"peerDependencies": {
"@koishijs/translator": "^1.0.0",
"koishi": "^4.10.3"
"koishi": "^4.10.4"
},
"peerDependenciesMeta": {
"@koishijs/translator": {
@ -66,13 +70,13 @@
}
},
"devDependencies": {
"@koishijs/plugin-help": "^1.2.6",
"@koishijs/plugin-help": "^2.0.0",
"@koishijs/translator": "^1.0.0",
"@koishijs/vitepress": "^1.4.2",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^17.0.45",
"atsc": "^1.2.1",
"koishi": "^4.10.3",
"koishi": "^4.10.4",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vitepress": "1.0.0-alpha.26"