123456789101112131415161718192021222324252627282930313233 |
- export namespace FrameworkConf {
-
- export const storage_key = "__(iIwqTS8dA7&mWD(q&&__";
- export const storage_iv = "__j@Q*B3LNAzgP0uR@Q__";
- export const frame_load_count = 1;
- export const frame_preload_count = 1;
-
- export const WebEvent = {
-
- CLOSE:"Close subgame!",
- OPEN:"Open subgame!",
- }
-
- export const Event = {
- INIT_FINISH: "FW_INIT_FINISH",
- GAME_SHOW: "FW_GAME_SHOW",
- GAME_HIDE: "FW_GAME_HIDE",
- GAME_RESIZE: "FW_GAME_RESIZE",
- NET_ERROR: "FW_NET_ERROR",
- NET_CLOSE: "FW_NET_CLOSE",
- OPEND_UI: "FW_OPEND_UI",
- CLOSE_UI: "FW_CLOSE_UI",
- NET_MSG: "FW_NET_MSG",
- NET_RECONNECT: "FW_NET_RECONNECT",
- NET_HANDSHAKE_ERROR: "FW_NET_HANDSHAKE_ERROR",
-
- }
- }
|