From a2e8e745724e40c128c6b8fc71470f7e8154b951 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Tue, 13 Jan 2026 22:44:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=8D=A2=E5=88=B0=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/settings.ts b/src/config/settings.ts index 34bd658..01cd6da 100644 --- a/src/config/settings.ts +++ b/src/config/settings.ts @@ -8,7 +8,7 @@ import * as vscode from "vscode"; type Environment = "dev" | "test" | "prod"; /** 当前环境 - 修改这里切换环境 */ -const CURRENT_ENV: Environment = "dev"; +const CURRENT_ENV: Environment = "prod"; /** 服务等级类型 */ export type ServiceTier = "lite" | "syntaxic" | "max" | "auto";