diff --git a/_DPS_/_Core/Interface.nut b/_DPS_/_Core/Interface.nut index 2336a22..8497fd9 100644 --- a/_DPS_/_Core/Interface.nut +++ b/_DPS_/_Core/Interface.nut @@ -15,6 +15,14 @@ Cb_MySQL_Open_Enter_Func.info <- function(args) { PoolObj.Init(); } +//五国前的操作 +try { + dofile("/dp_s/Front_main.nut"); + Front_main(); +} catch (exception){ + +} + function sqr_main() { if (getroottable().rawin("DP_S_VERSION") && DP_S_VERSION >= 25.332) { // 定义 ANSI 颜色代码