fix: 移除插件列表中的注释行以确保配置文件语法正确

- 移除插件列表中的注释行以确保配置文件语法正确
This commit is contained in:
2026-01-27 17:46:09 +08:00
parent ac69a44498
commit 9e560531d5

View File

@@ -5,9 +5,9 @@
"model": "cpa-anthropic/claude-sonnet-4-5", "model": "cpa-anthropic/claude-sonnet-4-5",
"small_model": "cpa-google/gemini-3-flash", "small_model": "cpa-google/gemini-3-flash",
"plugin": [ "plugin": [
"oh-my-opencode@latest", // 核心增强 "oh-my-opencode@latest",
"@tarquinen/opencode-dcp@latest", // DCP 优化 "@tarquinen/opencode-dcp@latest",
"@franlol/opencode-md-table-formatter@latest" // 表格美化 "@franlol/opencode-md-table-formatter@latest"
], ],
"provider": { "provider": {
"cpa-anthropic": { "cpa-anthropic": {