Compare commits
1 Commits
master
...
maybe0.6.0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
786d387ef9 |
@ -47,8 +47,8 @@
|
|||||||
},
|
},
|
||||||
"_scale": {
|
"_scale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0.805834949016571,
|
"x": 0.583953857421875,
|
||||||
"y": 0.805834949016571,
|
"y": 0.583953857421875,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
"_quat": {
|
"_quat": {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
import { isTest, mainConfig } from "./Config";
|
import { isTest, mainConfig } from './Config';
|
||||||
|
|
||||||
export var allBaseNet = {
|
export var allBaseNet = {
|
||||||
usa: '-z1-test.cebg.games',
|
usa: '-z1-test.cebg.games',
|
||||||
@ -7,22 +7,18 @@ export var allBaseNet = {
|
|||||||
turkey: '-z4-test.cebg.games',
|
turkey: '-z4-test.cebg.games',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
isDevEnv();
|
||||||
isDevEnv()
|
isExamining();
|
||||||
isExamining()
|
|
||||||
|
|
||||||
function isDevEnv() {
|
function isDevEnv() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function isExamining() {
|
function isExamining() {
|
||||||
|
|
||||||
if (!isDevEnv() && isTest && mainConfig.packageid != 0) {
|
if (!isDevEnv() && isTest && mainConfig.packageid != 0) {
|
||||||
|
return true;
|
||||||
return true
|
|
||||||
} else {
|
} else {
|
||||||
|
return false;
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,11 +110,7 @@ export function getExaminingUrl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getRelationUrl() {
|
export function getRelationUrl() {
|
||||||
return (
|
return functionNet['relation'] + getUrlSuffix() + '/friend/websocket';
|
||||||
functionNet['relation'] +
|
|
||||||
getUrlSuffix() +
|
|
||||||
'/friend/websocket'
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getNodeUrl() {
|
export function getNodeUrl() {
|
||||||
|
@ -30,12 +30,13 @@
|
|||||||
"group-list": [
|
"group-list": [
|
||||||
"default"
|
"default"
|
||||||
],
|
],
|
||||||
"last-module-event-record-time": 1653628500757,
|
"last-module-event-record-time": 1654750705784,
|
||||||
"simulator-orientation": false,
|
"simulator-orientation": false,
|
||||||
"simulator-resolution": {
|
"simulator-resolution": {
|
||||||
"height": 640,
|
"height": 640,
|
||||||
"width": 960
|
"width": 960
|
||||||
},
|
},
|
||||||
|
"start-scene": "current",
|
||||||
"use-customize-simulator": true,
|
"use-customize-simulator": true,
|
||||||
"use-project-simulator-setting": false
|
"use-project-simulator-setting": false
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user