帮助赔率

This commit is contained in:
TJH 2026-05-08 10:00:57 +08:00
parent 22e8fa9a2b
commit da8ff20aff
4 changed files with 8 additions and 8 deletions

View File

@ -96,7 +96,7 @@ export let ICON_RATE = {
6: [0.8, 1.2, 8], // 瓶子 6: [0.8, 1.2, 8], // 瓶子
7: [0.5, 1, 5], // 金币 7: [0.5, 1, 5], // 金币
8: [0.4, 0.9, 4], // 银币 8: [0.4, 0.9, 4], // 银币
9: [0.2, 0.75, 2], // 铜币 9: [0.25, 0.75, 2], // 铜币
} }
export let ROLLER_RULE = [ export let ROLLER_RULE = [

View File

@ -17396,9 +17396,9 @@
"_dstBlendFactor": 4, "_dstBlendFactor": 4,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 130, "r": 158,
"g": 214, "g": 67,
"b": 40, "b": 195,
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {

View File

@ -23107,9 +23107,9 @@
"_dstBlendFactor": 4, "_dstBlendFactor": 4,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 130, "r": 158,
"g": 214, "g": 67,
"b": 40, "b": 195,
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {

View File

@ -30,7 +30,7 @@ export function getHistoryUrl() {
} }
export function getLanguage() { export function getLanguage() {
// return 'zh'; return 'zh';
return language; return language;
} }