We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://koishi.js.org/guide/console/extension.html#%E5%88%9B%E5%BB%BA%E6%89%A9%E5%B1%95 位置: src/index.ts
ctx.console.addEntry({ dev: resolve(__dirname, 'client/index.ts'), //^ not found
我按照实际dataview的代码 resolve(__dirname, '../client/index.ts'),才成功添加console页面
resolve(__dirname, '../client/index.ts'),
The text was updated successfully, but these errors were encountered:
这两行缺了 ../,感谢反馈
../
Sorry, something went wrong.
e694237
No branches or pull requests
https://koishi.js.org/guide/console/extension.html#%E5%88%9B%E5%BB%BA%E6%89%A9%E5%B1%95
位置: src/index.ts
我按照实际dataview的代码
resolve(__dirname, '../client/index.ts'),
才成功添加console页面The text was updated successfully, but these errors were encountered: