新增五国前的操作
This commit is contained in:
parent
30ea535b98
commit
54c67fd38a
|
|
@ -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 颜色代码
|
||||
|
|
|
|||
Loading…
Reference in New Issue