@ives_xxz/framework 2.3.4 → 2.3.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/FW.d.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ives_xxz/framework",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": ["123456"],
package/types/FW.d.ts CHANGED
@@ -94,8 +94,9 @@ declare namespace FW {
94
94
  /**
95
95
  * 启动场景
96
96
  * @param bundleName - bundle名称
97
+ * @param forceRelease - 是否强制释放当前包资源
97
98
  */
98
- launchScene(bundleName: string): void;
99
+ launchScene(bundleName: string,forceRelease?:boolean): void;
99
100
 
100
101
  /**
101
102
  * 注册框架组件