CPP 静态合成

This commit is contained in:
2026-05-25 15:37:16 +08:00
parent 04561d2697
commit 01360b2dab
92 changed files with 1074421 additions and 28 deletions

View File

@@ -148,6 +148,22 @@ if [ "$1" = "run" ]; then
exit 0
fi
if [ "$1" = "enable_autostart" ]; then
enable_autostart
exit 0
fi
if [ "$1" = "disable_autostart" ]; then
disable_autostart
exit 0
fi
if [ "$1" = "status" ]; then
show_status
exit 0
fi
# 交互式主程序
while true; do
show_menu