Showing
21 changed files
with
18 additions
and
15 deletions
| ... | @@ -25,4 +25,7 @@ | ... | @@ -25,4 +25,7 @@ |
| 25 | 1、assets中添加sdk,sdk.zip,sdkconfig.ini文件 | 25 | 1、assets中添加sdk,sdk.zip,sdkconfig.ini文件 |
| 26 | 2、替换YouaiSDK.jar为XingWanSDK.jar | 26 | 2、替换YouaiSDK.jar为XingWanSDK.jar |
| 27 | 3、更新poolsdkV2.jar | 27 | 3、更新poolsdkV2.jar |
| 28 | -``` | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 28 | +``` | ||
| 29 | + | ||
| 30 | +2017-07-07<br> | ||
| 31 | +1、sdk更新和添加文件损坏处理 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
No preview for this file type
publicAndroidSDK/assets/sdk/.DS_Store
0 → 100644
No preview for this file type
This diff is collapsed. Click to expand it.
| ... | @@ -143,7 +143,7 @@ function initMatching(){ | ... | @@ -143,7 +143,7 @@ function initMatching(){ |
| 143 | var ratio = window.devicePixelRatio; | 143 | var ratio = window.devicePixelRatio; |
| 144 | Core.ratio = ratio; | 144 | Core.ratio = ratio; |
| 145 | 145 | ||
| 146 | - Core.PLATFORM_NAME = '星玩'; | 146 | + Core.PLATFORM_NAME = '瑞玩'; |
| 147 | 147 | ||
| 148 | if(Core.isIos){ | 148 | if(Core.isIos){ |
| 149 | Core.server = 'https://sdk.shxingwan.com'; | 149 | Core.server = 'https://sdk.shxingwan.com'; | ... | ... |
| ... | @@ -224,7 +224,7 @@ | ... | @@ -224,7 +224,7 @@ |
| 224 | Core.first_user = this.$c.find('[name="username"]').val() | 224 | Core.first_user = this.$c.find('[name="username"]').val() |
| 225 | Core.first_password = this.$c.find('[name="password"]').val() | 225 | Core.first_password = this.$c.find('[name="password"]').val() |
| 226 | this.cache(); | 226 | this.cache(); |
| 227 | - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台'); | 227 | + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台'); |
| 228 | 228 | ||
| 229 | Core.updateMod('home'); | 229 | Core.updateMod('home'); |
| 230 | } | 230 | } |
| ... | @@ -232,7 +232,7 @@ | ... | @@ -232,7 +232,7 @@ |
| 232 | Core.updateData(result.msg); | 232 | Core.updateData(result.msg); |
| 233 | // 跳转进入游戏 | 233 | // 跳转进入游戏 |
| 234 | this.cache(); | 234 | this.cache(); |
| 235 | - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台, 正在进入游戏'); | 235 | + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台, 正在进入游戏'); |
| 236 | setTimeout(function() { | 236 | setTimeout(function() { |
| 237 | Core.finishLogin(); | 237 | Core.finishLogin(); |
| 238 | }, 1000); | 238 | }, 1000); |
| ... | @@ -428,7 +428,7 @@ | ... | @@ -428,7 +428,7 @@ |
| 428 | Core.first_password = this.$c.find('[name="password"]').val() | 428 | Core.first_password = this.$c.find('[name="password"]').val() |
| 429 | // 显示一个注册成功信息,并跳转到home | 429 | // 显示一个注册成功信息,并跳转到home |
| 430 | this.cache(); | 430 | this.cache(); |
| 431 | - Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '游戏平台'); | 431 | + Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '手游平台'); |
| 432 | Core.updateMod('home'); | 432 | Core.updateMod('home'); |
| 433 | } | 433 | } |
| 434 | Register.prototype.show_after = function() { | 434 | Register.prototype.show_after = function() { | ... | ... |
| ... | @@ -122,7 +122,7 @@ body{ | ... | @@ -122,7 +122,7 @@ body{ |
| 122 | height:53px; | 122 | height:53px; |
| 123 | } | 123 | } |
| 124 | .new-sdk-container .new-sdk-logo img{ | 124 | .new-sdk-container .new-sdk-logo img{ |
| 125 | - display: none; | 125 | + display: block; |
| 126 | width: 210px; | 126 | width: 210px; |
| 127 | margin: 0 auto; | 127 | margin: 0 auto; |
| 128 | padding: 15px 0 0 0; | 128 | padding: 15px 0 0 0; | ... | ... |
No preview for this file type
No preview for this file type
This diff is collapsed. Click to expand it.
| ... | @@ -143,7 +143,7 @@ function initMatching(){ | ... | @@ -143,7 +143,7 @@ function initMatching(){ |
| 143 | var ratio = window.devicePixelRatio; | 143 | var ratio = window.devicePixelRatio; |
| 144 | Core.ratio = ratio; | 144 | Core.ratio = ratio; |
| 145 | 145 | ||
| 146 | - Core.PLATFORM_NAME = '星玩'; | 146 | + Core.PLATFORM_NAME = '瑞玩'; |
| 147 | 147 | ||
| 148 | if(Core.isIos){ | 148 | if(Core.isIos){ |
| 149 | Core.server = 'https://sdk.shxingwan.com'; | 149 | Core.server = 'https://sdk.shxingwan.com'; | ... | ... |
| ... | @@ -224,7 +224,7 @@ | ... | @@ -224,7 +224,7 @@ |
| 224 | Core.first_user = this.$c.find('[name="username"]').val() | 224 | Core.first_user = this.$c.find('[name="username"]').val() |
| 225 | Core.first_password = this.$c.find('[name="password"]').val() | 225 | Core.first_password = this.$c.find('[name="password"]').val() |
| 226 | this.cache(); | 226 | this.cache(); |
| 227 | - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台'); | 227 | + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台'); |
| 228 | 228 | ||
| 229 | Core.updateMod('home'); | 229 | Core.updateMod('home'); |
| 230 | } | 230 | } |
| ... | @@ -232,7 +232,7 @@ | ... | @@ -232,7 +232,7 @@ |
| 232 | Core.updateData(result.msg); | 232 | Core.updateData(result.msg); |
| 233 | // 跳转进入游戏 | 233 | // 跳转进入游戏 |
| 234 | this.cache(); | 234 | this.cache(); |
| 235 | - Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'游戏平台, 正在进入游戏'); | 235 | + Core.showTips('成功登录,欢迎使用'+ Core.PLATFORM_NAME +'手游平台, 正在进入游戏'); |
| 236 | setTimeout(function() { | 236 | setTimeout(function() { |
| 237 | Core.finishLogin(); | 237 | Core.finishLogin(); |
| 238 | }, 1000); | 238 | }, 1000); |
| ... | @@ -428,7 +428,7 @@ | ... | @@ -428,7 +428,7 @@ |
| 428 | Core.first_password = this.$c.find('[name="password"]').val() | 428 | Core.first_password = this.$c.find('[name="password"]').val() |
| 429 | // 显示一个注册成功信息,并跳转到home | 429 | // 显示一个注册成功信息,并跳转到home |
| 430 | this.cache(); | 430 | this.cache(); |
| 431 | - Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '游戏平台'); | 431 | + Core.showTips('成功注册,欢迎使用' + Core.PLATFORM_NAME + '手游平台'); |
| 432 | Core.updateMod('home'); | 432 | Core.updateMod('home'); |
| 433 | } | 433 | } |
| 434 | Register.prototype.show_after = function() { | 434 | Register.prototype.show_after = function() { | ... | ... |
| ... | @@ -122,7 +122,7 @@ body{ | ... | @@ -122,7 +122,7 @@ body{ |
| 122 | height:53px; | 122 | height:53px; |
| 123 | } | 123 | } |
| 124 | .new-sdk-container .new-sdk-logo img{ | 124 | .new-sdk-container .new-sdk-logo img{ |
| 125 | - display: none; | 125 | + display: block; |
| 126 | width: 210px; | 126 | width: 210px; |
| 127 | margin: 0 auto; | 127 | margin: 0 auto; |
| 128 | padding: 15px 0 0 0; | 128 | padding: 15px 0 0 0; | ... | ... |
No preview for this file type
No preview for this file type
-
Please register or login to post a comment