@cc-component/cc-core 1.7.9 → 1.8.0

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.
@@ -201,7 +201,7 @@ export class App {
201
201
  });
202
202
  }
203
203
  /**重置网络配置 */
204
- ResetHttpServer(config: EnvironmentConfig) { App.instance._gui.ResetHttpServer(config); }
204
+ static ResetHttpServer(config: EnvironmentConfig) { App.instance._gui.ResetHttpServer(config); }
205
205
 
206
206
 
207
207
  static async OpenWindow<T extends Component>(config: IBundleConfig, param?: IWindowParam): Promise<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-core",
3
- "version": "1.7.9",
3
+ "version": "1.8.0",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",