【fix】面板文字跟随倍数调整

This commit is contained in:
2026-03-31 17:48:44 +08:00
parent 9015b13c65
commit 792e82d091
8 changed files with 2636 additions and 2910 deletions

View File

@@ -1,10 +1,10 @@
/** 服务区域 */
export const enum SERVER_EREA {
// 一级棒横版
ZP = 0,
V1 = 0,
V2 = 1,
}
/** 当前服务区域配置(根据打包修改) */
export const NOW_SERVER_EREA : SERVER_EREA = SERVER_EREA.ZP;
export const NOW_SERVER_EREA : SERVER_EREA = SERVER_EREA.V2;
// 默认地址
const DEFAULT_URL = "https://dice-v3-api.yuliao666.top"
@@ -15,9 +15,14 @@ const DEFAULT_TEST_VERSION = "1.0.0"
/** 区域打包配置文件 */
const SERVER_CONFIG = {
// 横版一级棒
[0] : {
"server" : DEFAULT_URL,
"server" : "https://dice-game.yuliao666.top",
"site_id" : "ba5ea4dc-75bb-438d-8a3a-b8031ef89426",
"ver" : DEFAULT_TEST_VERSION,
"area" : "86",
},
[1] : {
"server" : "https://dice-v3-api.yuliao666.top",
"site_id" : "ba5ea4dc-75bb-438d-8a3a-b8031ef89426",
"ver" : DEFAULT_TEST_VERSION,
"area" : "86",