更新定义
This commit is contained in:
parent
f204c3e7f1
commit
e1b89115c8
5
src/fcm/jcfcm.d.ts
vendored
5
src/fcm/jcfcm.d.ts
vendored
@ -6,7 +6,8 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
declare namespace FCMOnline{
|
declare namespace cc {
|
||||||
|
namespace online{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -58,3 +59,5 @@ declare namespace FCMOnline{
|
|||||||
*/
|
*/
|
||||||
function offLine(): void;
|
function offLine(): void;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
85
src/jcfw.d.ts
vendored
85
src/jcfw.d.ts
vendored
@ -6,82 +6,11 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare var _GAME_LOCALUUID : string;
|
declare namespace cc {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare var _GAME_INFO_HANDLER_BINDING : string;
|
namespace jc {
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var _GAME_INFO_HANDLER_UNBINDING : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_CLOUD_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_GAMELOG_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_LOGIN_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_NOTIFY_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_SVC_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_STAT_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_GAMELIST_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_MAIL_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JS_RECHARGE : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var JC_GHOST_URL : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var KINGSOME : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
export declare var KSOME : string;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
declare namespace cc.jc{
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -1160,8 +1089,10 @@ declare namespace cc.jc{
|
|||||||
*/
|
*/
|
||||||
function gotoJCApp(appid: string, apppath: string, param_kvlst: any, cb: any, env: string): void;
|
function gotoJCApp(appid: string, apppath: string, param_kvlst: any, cb: any, env: string): void;
|
||||||
}
|
}
|
||||||
|
namespace gg {
|
||||||
|
export let sharecfg: any;
|
||||||
declare namespace cc {
|
export let playerdata: any
|
||||||
|
export let basecfg: any
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user