From e62e4dd0bc63cebfc1cc02d5695cef9cdb20f1a3 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 04:01:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A6=81=E7=94=A8=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B9=B6=E4=BF=9D=E7=95=99=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=92=8C=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 禁用自动更新功能并保持当前主题和模型配置 --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 04759f2..1895ab4 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -1,6 +1,6 @@ { "$schema": "https://opencode.ai/config.json", - "autoupdate": "notify", + "autoupdate": false, "theme": "system", "model": "cpa-anthropic/claude-sonnet-4-5", "small_model": "cpa-google/gemini-3-flash",