[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
|
||||
*/
|
||||
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",
|
||||
"mainIsRemote": false,
|
||||
"optimizeHotUpdate": false,
|
||||
"md5Cache": true,
|
||||
"md5Cache": false,
|
||||
"nativeMd5Cache": false,
|
||||
"encryptJs": true,
|
||||
"xxteaKey": "e32c167b-561b-4d",
|
||||
@ -23,7 +23,7 @@
|
||||
"fb-instant-games": {},
|
||||
"android": {
|
||||
"REMOTE_SERVER_ROOT": "",
|
||||
"packageName": "org.cocos2d.demo"
|
||||
"packageName": "org.jianmiau.jmka"
|
||||
},
|
||||
"ios": {
|
||||
"REMOTE_SERVER_ROOT": "",
|
||||
|
Loading…
Reference in New Issue
Block a user