Initial commit: Fengxiang order monitor with WeChat & Xiaomi speaker push

This commit is contained in:
houhuan
2026-04-30 14:25:34 +08:00
commit 1bb7bba970
10 changed files with 970 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
title Fengxiang Order Monitor
cd /d d:\coding\fengxiang
echo =========================================
echo Fengxiang Order Monitor v3
echo %date% %time%
echo =========================================
echo.
python order_monitor.py
echo.
echo Monitor stopped. Press any key to close...
pause >nul