@chiyou/minigame-framework 1.2.66 → 1.2.67

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chiyou/minigame-framework",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "基于 Cocos Creator 3.x 的小游戏开发框架,支持多平台发布",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -248,7 +248,7 @@ export class AdDefinition {
248
248
  height: 340,
249
249
  scaleRatio: 0,
250
250
  canAutoRefresh: false,
251
- refreshInterval: 30,
251
+ refreshInterval: 45,
252
252
  closeInterval: 60,
253
253
  errorInterval: 15,
254
254
  }],