refactor: 更新配置并删除通知插件

This commit is contained in:
2026-01-15 09:36:05 +08:00
parent 9068ced11e
commit 5d9efea7ab
3 changed files with 10 additions and 88 deletions

View File

@@ -73,13 +73,8 @@ opencode/
│ ├── mqtts-quick-reference.md # 快速参考
│ └── USAGE_EXAMPLES.md # 使用示例
├── plugin/ # 插件扩展系统
│ └── notification.ts # 通知插件邮件、Slack、钉钉等
├── README.md # 项目说明文档(当前文件)
├── AGENTS.md # 全局开发规范和指南
├── opencode.json # 项目配置文件
├── package.json # Node.js 依赖配置
└── .gitignore # Git 忽略文件配置
```