faat:修改环境为测试服务器的

This commit is contained in:
Roe-xin
2026-01-10 21:19:15 +08:00
parent 2af79cf1dc
commit 1e99f3cb20

View File

@ -8,7 +8,7 @@ import * as vscode from "vscode";
type Environment = "dev" | "test" | "prod";
/** 当前环境 - 修改这里切换环境 */
const CURRENT_ENV: Environment = "dev";
const CURRENT_ENV: Environment = "test";
/** 服务等级类型 */
export type ServiceTier = "lite" | "syntaxic" | "max" | "auto";