修改loading界面的提示文字颜色, 更新客户端为正式包
This commit is contained in:
parent
0437bd80cf
commit
007ba4bee4
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
```
|
||||
publish key
|
||||
key/publish_key
|
||||
key store pass: 7654321Kingsome_
|
||||
key alias: release
|
||||
key pass: 7654321Kingsome_
|
||||
```
|
@ -14,8 +14,8 @@ public class WebApi {
|
||||
|
||||
public void getVersionInfo(BaseInterface iFace) {
|
||||
this.mInterface = iFace;
|
||||
String versionUrl = "http://10.0.1.3:7021/game/zip/version.json";
|
||||
// String versionUrl = "https://h5games-al.kingsome.cn/wjtx/config/version_native.json";
|
||||
// String versionUrl = "http://10.0.1.3:7021/game/zip/version.json";
|
||||
String versionUrl = "https://h5games-al.kingsome.cn/wjtx/config/version_native.json";
|
||||
AppRequestUtil.getInstance().getRequest(context, versionUrl, new RequestListener() {
|
||||
|
||||
@Override
|
||||
|
@ -71,7 +71,7 @@
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight="0.7"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/color_white" />
|
||||
android:textColor="#C2D7AC" />
|
||||
<View
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="fill_parent"
|
||||
|
5366
assets/game/js/jcfw.native_egret.min.js
vendored
5366
assets/game/js/jcfw.native_egret.min.js
vendored
File diff suppressed because one or more lines are too long
14
assets/game/js/main.min.js
vendored
14
assets/game/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@ class GamePlatform {
|
||||
this.version = "1.0.7";
|
||||
this.jcGameId = 1009;
|
||||
this.jcChannelId = 7103;
|
||||
this.isDev = true;
|
||||
this.isDev = false;
|
||||
this.orderIdUrl = `https://game1009proxy${this.isDev ? '-test':''}.kingsome.cn/webapp/index.php?c=Pay&a=preOrder`;
|
||||
this.checkRegRewardUrl = `https://game1009proxy${this.isDev ? '-test':''}.kingsome.cn/webapp/index.php?c=GoProxy&a=checkRegisterReward`;
|
||||
this.regRewardUrl = `https://game1009proxy${this.isDev ? '-test':''}.kingsome.cn/webapp/index.php?c=GoProxy&a=registerReward`;
|
||||
|
BIN
key/publish_key
Normal file
BIN
key/publish_key
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user