Open KatanaNeko opened 5 hours ago
原文为
仅需两步: 在 ./plugin/custom/custom_plugin.user.toml 添加配置。 在 ./plugin/custom/plugins 目录下,创建和插件同名的 js 文件,在此文件中创建一个 class 继承自 BaseCustomPlugin,并导出为 plugin。
仅需两步:
./plugin/custom/custom_plugin.user.toml
./plugin/custom/plugins
plugin
实际操作过程中发现第一步路径应该为./plugin/global/settings/custom_plugin.user.toml
./plugin/global/settings/custom_plugin.user.toml
@KatanaNeko
你好,感谢反馈。
你是对的。我手滑打错了。
原文为
实际操作过程中发现第一步路径应该为
./plugin/global/settings/custom_plugin.user.toml