Initial commit

This commit is contained in:
2026-06-12 22:37:02 +08:00
commit 94e46587da
77 changed files with 168188 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
//---------------------------------------------------------------------------
#ifndef HookJSH
#define HookJSH
#include <vcl.h>
//---------------------------------------------------------------------------
extern String linkJS_PA, loginJS_PA, baseJS_PA, stopJS_PA, enterJS_PA,
userJS_PA, goLinkJS_PA, goLobbyJS_PA, expireJS_PA;
extern String stopJS_AB, msgJS_AB, goLinkJS_AB, expireJS_AB;
extern String loginJS_DB, userJS_DB, expireJS_DB, msgJS_DB;
#endif