Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,12 @@
"tags": ["功能", "汇总"],
"social_link": "https://github.com/1-20182"
},
"astrbot_plugin_color_converter": {
"display_name": "颜色格式转换",
"desc": "实现RGB、CMYK、16进制颜色格式互转",
"astrbot_plugin_color": {
"display_name": "颜色转换器",
"desc": "实现颜色格式互转、图片按坐标取色等颜色分析功能",
"author": "CecilyGao",
"repo": "https://github.com/CecilyGao/astrbot_plugin_color_converter",
"social_link": "https://github.com/CecilyGao"
"repo": "https://github.com/CecilyGao/astrbot_plugin_color",
"tags": ["视觉", "颜色"]
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The social_link field has been removed in this update. While this field is optional in the plugin registry, removing it means users will lose access to the maintainer's contact information. Consider retaining the social_link field or adding it back if there's a valid social link for the updated plugin.

Suggested change
"tags": ["视觉", "颜色"]
"tags": ["视觉", "颜色"],
"social_link": "https://github.com/CecilyGao"

Copilot uses AI. Check for mistakes.
},
"astrbot_plugin_wca": {
"display_name": "WCA 查询",
Expand Down
Loading