From 9e560531d5554bfb63d894d3d883e37d14cd3e2f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 27 Jan 2026 17:46:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84=E6=B3=A8=E9=87=8A=E8=A1=8C?= =?UTF-8?q?=E4=BB=A5=E7=A1=AE=E4=BF=9D=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除插件列表中的注释行以确保配置文件语法正确 --- opencode.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 8b8b160..910af17 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -5,9 +5,9 @@ "model": "cpa-anthropic/claude-sonnet-4-5", "small_model": "cpa-google/gemini-3-flash", "plugin": [ - "oh-my-opencode@latest", // 核心增强 - "@tarquinen/opencode-dcp@latest", // DCP 优化 - "@franlol/opencode-md-table-formatter@latest" // 表格美化 + "oh-my-opencode@latest", + "@tarquinen/opencode-dcp@latest", + "@franlol/opencode-md-table-formatter@latest" ], "provider": { "cpa-anthropic": {