新增五国前的操作

This commit is contained in:
lenheart 2025-12-09 01:17:33 +08:00
parent 30ea535b98
commit 54c67fd38a
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@ Cb_MySQL_Open_Enter_Func.info <- function(args) {
PoolObj.Init(); PoolObj.Init();
} }
//五国前的操作
try {
dofile("/dp_s/Front_main.nut");
Front_main();
} catch (exception){
}
function sqr_main() { function sqr_main() {
if (getroottable().rawin("DP_S_VERSION") && DP_S_VERSION >= 25.332) { if (getroottable().rawin("DP_S_VERSION") && DP_S_VERSION >= 25.332) {
// 定义 ANSI 颜色代码 // 定义 ANSI 颜色代码