mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-08 11:17:32 +08:00
chore: bump versions
This commit is contained in:
parent
12622bc0f6
commit
b97f0144bb
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -18,4 +18,4 @@ jobs:
|
||||
This issue was closed because it has been stalled for 5 days with no activity.
|
||||
days-before-issue-stale: 15
|
||||
days-before-issue-close: 5
|
||||
any-of-labels: awaiting feedback
|
||||
any-of-labels: awaiting feedback, invalid
|
||||
|
@ -11,8 +11,8 @@
|
||||
配置文件所在的目录叫**根目录**。根据你的安装方式,根目录的位置可能不同:
|
||||
|
||||
- zip: 解压目录下 `data/instances/default`
|
||||
- msi: `C:/Users/你的用户名/AppData/Roaming/Il Harper/Koishi/data/instances/default`
|
||||
- pkg: `~/Library/Application Support/Il Harper/Koishi/data/instances/default`
|
||||
- msi: `C:/Users/你的用户名/AppData/Roaming/Koishi/Desktop/data/instances/default`
|
||||
- pkg: `~/Library/Application Support/Koishi/Desktop/data/instances/default`
|
||||
|
||||
配置文件是根目录下名为 `koishi.yml` 的文件。当你遇到问题时,开发者可能会要求你提供配置文件的内容。此时去上面的地方找就好了。
|
||||
|
||||
|
16
package.json
16
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "koishi-plugin-novelai",
|
||||
"description": "Generate images by diffusion models",
|
||||
"version": "1.15.6",
|
||||
"version": "1.15.7",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"files": [
|
||||
@ -61,22 +61,16 @@
|
||||
"generate"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@koishijs/translator": "^1.0.0",
|
||||
"koishi": "^4.10.4"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@koishijs/translator": {
|
||||
"optional": true
|
||||
}
|
||||
"koishi": "^4.10.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@koishijs/plugin-help": "^2.0.0",
|
||||
"@koishijs/translator": "^1.0.0",
|
||||
"@koishijs/vitepress": "^1.4.3",
|
||||
"@koishijs/vitepress": "^1.5.3",
|
||||
"@types/libsodium-wrappers": "^0.7.10",
|
||||
"@types/node": "^17.0.45",
|
||||
"atsc": "^1.2.1",
|
||||
"koishi": "^4.10.4",
|
||||
"atsc": "^1.2.2",
|
||||
"koishi": "^4.10.6",
|
||||
"sass": "^1.56.1",
|
||||
"typescript": "^4.9.3",
|
||||
"vitepress": "1.0.0-alpha.26"
|
||||
|
Loading…
Reference in New Issue
Block a user