修改loading界面的提示文字颜色, 更新客户端为正式包

This commit is contained in:
zhl 2020-11-18 14:54:23 +08:00
parent 0437bd80cf
commit 007ba4bee4
7 changed files with 21 additions and 5376 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
```
publish key
key/publish_key
key store pass: 7654321Kingsome_
key alias: release
key pass: 7654321Kingsome_
```

View File

@ -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

View File

@ -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"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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

Binary file not shown.