更改Main类命名空间,移除多余脚本

This commit is contained in:
2026-01-17 17:58:46 +08:00
parent 302b9b6339
commit b332451481
7 changed files with 31 additions and 34 deletions

View File

@@ -75,8 +75,3 @@ if [ $? -ne 0 ]; then
exit 1
fi
echo -e "\n✅ 编译成功!"
# 5. 启动程序全日志输出到logs目录
echo "------------------------------------------------------------------------"
echo "🚀 启动程序...日志输出至 ${LOG_DIR}/winboll_all.log"
java -cp "${OUT_DIR}:${LIB_DIR}/*" ${MAIN_CLASS} > "${LOG_DIR}/winboll_all.log" 2>&1