crystelf-plugin/config/config.json
Jerrypluay c82f3e9cb7 🚀 feat(config): enable auto-update option for the crystelf-plugin in the configuration file.
🎉 feat(index): implement automatic update checks based on the config setting in the plugin initialization.
2025-11-25 12:55:38 +08:00

20 lines
372 B
JSON

{
"debug": true,
"?core": "是否启用晶灵核心相关功能",
"core": true,
"?maxFeed": "最长订阅",
"maxFeed": 10,
"?autoUpdate": "是否自动更新插件",
"autoUpdate": true,
"poke": true,
"60s": true,
"fanqie": true,
"zwa": true,
"rss": true,
"help": true,
"welcome": true,
"faceReply": true,
"ai": true,
"blackWords": true
}