// Package plugins 统一导入所有插件 package plugins import ( // 导入所有插件(触发 init() 自动注册) _ "ncatbot-command-server/plugins/image" )