drgame-cc 1.0.34 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="utf-8">
6
6
 
7
- <title>乐窝</title>
7
+ <title>小游戏</title>
8
8
 
9
9
  <!--http://www.html5rocks.com/en/mobile/mobifying/-->
10
10
  <meta name="viewport"
@@ -20,7 +20,7 @@ export class PlatformAdapter {
20
20
  var platform = GameAnalyticsPlatform.XiaomiTv;//平台由sdk后续处理
21
21
  var appItem = GameAnalytics.getAppItem(platform);
22
22
  var contentId = minigameID.toString();//InternalUitl.getChineseInitials(cnName);
23
-
23
+ console.log(`[sdk-version] ${this.version}`);
24
24
  TvUi.init({
25
25
  cpId: contentId,
26
26
  version: this.version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drgame-cc",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "道然游戏适配包",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",