修改about菜单

This commit is contained in:
freefire 2024-07-07 22:43:58 +08:00
parent 16486bcae7
commit 389f5f94d1

View File

@ -260,7 +260,7 @@ g_teMenus.exportTxt = function(ctrl){
//menu-关于
g_teMenus.showAbout = function(ctrl){
return function(){
mainForm.g_flexcell.AboutBox();
mainForm.msgbox(mainForm.text);
}
}