如图,这个插件我一从0.6.2更新到0.7.0就会导致我的koishi控制台“not found”
0.6.2和0.7.0的koishi依赖版本是一样的,为什么0.7.0会导致koishi控制台404呢?
插件是这个插件:https://www.npmjs.com/package/koishi-plugin-glm-girlfriend
依赖的koishi版本:
{
"name": "koishi-plugin-glm-girlfriend",
"description": "基于chatglm,目前为止最智能的chatglm虚拟女友,0.7.x版本增加了语音输出和加载人设",
"homepage": "https://github.com/wochenlong/glm-girlfriend",
"version": "0.7.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"scripts": {},
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"koishi": {
"service": {
"optional": [
"vits"
]
}
},
"peerDependencies": {
"koishi": "^4.10.0"
}
}