chore(core): 调整新建文件时的弹出层样式

This commit is contained in:
王立帮
2025-11-18 01:33:37 +08:00
parent 848cee1b90
commit df1719e5e0
12 changed files with 164 additions and 57 deletions

View File

@@ -60,7 +60,6 @@ ArduShell.killing = false;
ArduShell.progressLayer = new LayerProgress({
width: 200,
cancelValue: Msg.Lang['nav.btn.stop'],
skin: 'layui-anim layui-anim-scale',
cancel: () => {
if (ArduShell.killing) {
return false;