commit d2d81a482be09d1ac81a6b392a84d7778a043167 Author: home-PC Date: Mon May 18 23:54:58 2026 +0800 feat(app): 初始化自动关机工具首个版本 实现基于 WPF 的 AutoShutdown 主界面,支持关机、重启、睡眠、休眠、唤醒、锁屏和注销等电源任务。 支持指定时间和倒计时计划、执行前提醒、系统关机撤销、Windows 唤醒任务、托盘运行、自定义图标以及 OmniNotify 通知适配。 修复关闭到托盘时的运行提醒,并支持单击托盘图标打开或收起主界面。 补充 README、发布配置和 win-x64 Release 输出要求。 Release: win-x64 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5edc03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +bin/ +obj/ +Screenshots/ +*.user +*.suo +*.log diff --git a/AutoShutdown.csproj b/AutoShutdown.csproj new file mode 100644 index 0000000..2943b0b --- /dev/null +++ b/AutoShutdown.csproj @@ -0,0 +1,27 @@ + + + WinExe + net8.0-windows + true + true + enable + enable + app.manifest + app.ico + AutoShutdown + AutoShutdown + 1.0.0 + + + + + + + + none + false + true + false + false + + diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..3578918 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +