feat: 提交为zhinian

This commit is contained in:
2026-04-23 15:05:33 +08:00
parent 99b82810c2
commit 8161e7512b
5 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import rawConfigs from "../../client-configs.json" with { type: "json" };
export const CLIENT_CONFIGS = rawConfigs;
// 获取当前用户端配置
export const getCurrentConfig = () => CLIENT_CONFIGS.nianhelper;
export const getCurrentConfig = () => CLIENT_CONFIGS.zhinian;
export const clientId = getCurrentConfig().clientId;
export const appId = getCurrentConfig().appId;