龙虎榜UI修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m4s
This commit is contained in:
parent
c3ee424988
commit
bdc590f3a3
@ -1037,7 +1037,7 @@
|
||||
"__id__": 378
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 387
|
||||
@ -15686,7 +15686,7 @@
|
||||
"__id__": 940
|
||||
}
|
||||
],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 1004
|
||||
@ -26074,7 +26074,7 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1080,
|
||||
"height": 1920
|
||||
"height": 1920.0000000000002
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@ -26151,7 +26151,7 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1080,
|
||||
"height": 1920
|
||||
"height": 1920.0000000000002
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
|
||||
@ -373,7 +373,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -369,
|
||||
"x": -320,
|
||||
"y": 3,
|
||||
"z": 0
|
||||
},
|
||||
@ -532,7 +532,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -190,
|
||||
"x": -140,
|
||||
"y": 3,
|
||||
"z": 0
|
||||
},
|
||||
@ -701,7 +701,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 15,
|
||||
"x": 50,
|
||||
"y": 3,
|
||||
"z": 0
|
||||
},
|
||||
@ -1359,7 +1359,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 205,
|
||||
"x": 220,
|
||||
"y": 3,
|
||||
"z": 0
|
||||
},
|
||||
@ -1522,7 +1522,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 366,
|
||||
"x": 378,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
|
||||
@ -234,7 +234,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -369,
|
||||
"x": -320,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@ -393,7 +393,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -190,
|
||||
"x": -140,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@ -562,7 +562,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 15,
|
||||
"x": 50,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@ -1220,7 +1220,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 205,
|
||||
"x": 220,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
|
||||
@ -7,8 +7,7 @@ import { PREVIEW } from "cc/env"
|
||||
const gameId = "rp_11001";
|
||||
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
|
||||
let apiaddr = "";
|
||||
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjkwOTQyMjcsIlMiOjEwMDAsIkQiOiJycF8xMTAwMSJ9.PHUsm1WZWIFUJM48B7C52QufumNYO68PB841WND5-nc";
|
||||
|
||||
let token = "eyJQIjoxMDM0NTAsIkUiOjE3Njk4ODc2NzEsIlMiOjk5OSwiRCI6InJwXzExMDAxIn0.xZTrzpsrV_Cyrrl9oRGjDcKRTWf3Xzps-y0nMCpSOMs";
|
||||
|
||||
let language = "en"
|
||||
let currency = "THB"
|
||||
@ -32,7 +31,7 @@ export function getHistoryUrl() {
|
||||
}
|
||||
|
||||
export function getLanguage() {
|
||||
// return 'th';
|
||||
// return 'zh';
|
||||
return language;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user