zouyong 5 gadi atpakaļ
vecāks
revīzija
73eb768233

+ 2 - 2
assets/script/game/data/HttpData.ts

@@ -5,7 +5,7 @@
 export class HttpData {
 
     /** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
-    public serverType: number = 0;
+    public serverType: number = 1;
 
     public getServerUrl(): string {
         switch (this.serverType) {
@@ -26,7 +26,7 @@ export class HttpData {
 
 export enum ServerUrl {
     test = 'https://cutfruitage-test.duiweize.com/', //测试服地址
-    formal = '',    //正式服地址
+    formal = 'https://cutfruitage.duiweize.com/',    //正式服地址
     liyang = 'http://172.16.15.231:9162/',  //李杨服地址
     hanguo = 'http://172.16.15.167:9162/',  //悍国服地址
 }

BIN
build/jsb-link/frameworks/runtime-src/proj.android-studio/.idea/caches/build_file_checksums.ser


BIN
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/release/EasyEliminate-release.apk


+ 3 - 3
build/jsb-link/frameworks/runtime-src/proj.android-studio/gradle.properties

@@ -36,9 +36,9 @@ PROP_BUILD_TOOLS_VERSION=28.0.3
 PROP_APP_ABI=armeabi-v7a
 
 # fill in sign information for release mode
-#RELEASE_STORE_FILE=C:/CocosDashboard_1.0.11/resources/.editors/Creator/2.4.5/resources/static/build-templates/native/debug.keystore
-RELEASE_STORE_PASSWORD=123456
-RELEASE_KEY_ALIAS=debug_keystore
+#RELEASE_STORE_FILE=D:/work/cocos/mk_framework/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/keystore/eliminate.keystore
+RELEASE_STORE_PASSWORD=666888
+RELEASE_KEY_ALIAS=eliminate_1
 RELEASE_KEY_PASSWORD=123456
 
 android.injected.testOnly=false

+ 2 - 2
build/jsb-link/js backups (useful for debugging)/main.index.js

@@ -10592,7 +10592,7 @@ value: !0
 n.ServerUrl = n.HttpData = void 0;
 var o, i = function() {
 function t() {
-this.serverType = 0;
+this.serverType = 1;
 }
 t.prototype.getServerUrl = function() {
 switch (this.serverType) {
@@ -10615,7 +10615,7 @@ return t;
 n.HttpData = i;
 (function(t) {
 t.test = "https://cutfruitage-test.duiweize.com/";
-t.formal = "";
+t.formal = "https://cutfruitage.duiweize.com/";
 t.liyang = "http://172.16.15.231:9162/";
 t.hanguo = "http://172.16.15.167:9162/";
 })(o = n.ServerUrl || (n.ServerUrl = {}));

+ 3 - 3
packages-hot-update/cfg.json

@@ -1,13 +1,13 @@
 {
     "version": "1.0.2",
     "serverRootDir": "https://xcx-box.oss-cn-hangzhou.aliyuncs.com/hotgame/EasyEliminateTest/baseRemote/",
-    "resourceRootDir": "D:\\mokaszProjects\\mk_framework\\build\\jsb-link",
+    "resourceRootDir": "D:\\work\\cocos\\mk_framework\\build\\jsb-link",
     "genManifestDir": "",
     "hotAddressArray": [
         "http://",
         "https://xcx-box.oss-cn-hangzhou.aliyuncs.com/hotgame/EasyEliminateTest/baseRemote/"
     ],
-    "buildTime": 1626930824440,
-    "genTime": 1626930824440,
+    "buildTime": 1626944307729,
+    "genTime": 1626944307729,
     "genVersion": null
 }