From 54c67fd38a248fc815bbcbccd48ed3a424333d30 Mon Sep 17 00:00:00 2001 From: lenheart Date: Tue, 9 Dec 2025 01:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=94=E5=9B=BD=E5=89=8D?= =?UTF-8?q?=E7=9A=84=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _DPS_/_Core/Interface.nut | 8 ++++++++ 1 file changed, 8 insertions(+) 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 颜色代码