[mod]
This commit is contained in:
parent
32f7395db5
commit
f4b2afb9f5
1
creator.d.ts
vendored
1
creator.d.ts
vendored
@ -31569,6 +31569,7 @@ declare namespace jsb{
|
|||||||
* @param parameters
|
* @param parameters
|
||||||
*/
|
*/
|
||||||
export function callStaticMethod(className: string, methodName: string, methodSignature: string, ...parameters: any): any;
|
export function callStaticMethod(className: string, methodName: string, methodSignature: string, ...parameters: any): any;
|
||||||
|
export function callStaticMethod(className: string, methodName: string, ...parameters: any): any;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 下载任务对象
|
* 下载任务对象
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"mainCompressionType": "default",
|
"mainCompressionType": "default",
|
||||||
"mainIsRemote": false,
|
"mainIsRemote": false,
|
||||||
"optimizeHotUpdate": false,
|
"optimizeHotUpdate": false,
|
||||||
"md5Cache": true,
|
"md5Cache": false,
|
||||||
"nativeMd5Cache": false,
|
"nativeMd5Cache": false,
|
||||||
"encryptJs": true,
|
"encryptJs": true,
|
||||||
"xxteaKey": "e32c167b-561b-4d",
|
"xxteaKey": "e32c167b-561b-4d",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"fb-instant-games": {},
|
"fb-instant-games": {},
|
||||||
"android": {
|
"android": {
|
||||||
"REMOTE_SERVER_ROOT": "",
|
"REMOTE_SERVER_ROOT": "",
|
||||||
"packageName": "org.cocos2d.demo"
|
"packageName": "org.jianmiau.jmka"
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios": {
|
||||||
"REMOTE_SERVER_ROOT": "",
|
"REMOTE_SERVER_ROOT": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user