forked from imbytecat/opencode-config
fix: 移除插件列表中的注释行以确保配置文件语法正确
- 移除插件列表中的注释行以确保配置文件语法正确
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user