增加日志功能,增加打包成exe功能,点击exe就可以使用

This commit is contained in:
2026-03-03 14:07:54 +08:00
parent 9f54a0cb2e
commit b47962e5c8
23 changed files with 172395 additions and 65 deletions

View File

@@ -143,8 +143,12 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/* 垂直方向居中,与左侧显示区对齐 */
gap: 16px;
padding: 8px;
align-self: stretch;
/* 与 .main 同高,便于内容居中 */
}
/* ========== D-pad 方向键 ========== */
.dpad {