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
警告: 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭
Karin
在example目录中的js如果使用class导出,并且有其他的export供其他js调用,会造成该js的class不被加载
详细描述如何复现该问题:
1.在example目录中创建js 2.export class CommandRunner extends plugin { ... } export async function Cmd () { ... }
按PluginRule中的条件响应正则
只加载js,不响应正则
任何额外的上下文或截图。
The text was updated successfully, but these errors were encountered:
👋 你好!感谢你提交了第一个问题!🔍 你的细心帮助我们发现了新的改进机会,我们会尽快处理。🚀 如果你有更多的想法或疑问,请继续分享,我们非常乐意听取你的声音!🌟 感谢你的支持!
Sorry, something went wrong.
已知问题 等待新版本发版修复
No branches or pull requests
警告: 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭
Karin
描述问题
在example目录中的js如果使用class导出,并且有其他的export供其他js调用,会造成该js的class不被加载
复现步骤
详细描述如何复现该问题:
1.在example目录中创建js
2.export class CommandRunner extends plugin {
...
}
export async function Cmd () {
...
}
预期行为
按PluginRule中的条件响应正则
实际行为
只加载js,不响应正则
环境信息
附加信息
任何额外的上下文或截图。
The text was updated successfully, but these errors were encountered: