This commit is contained in:
2025-12-13 15:54:21 +08:00
parent 00b52253a8
commit 459ee6316b
3 changed files with 30 additions and 0 deletions

13
get_machine_code.bat Normal file
View File

@@ -0,0 +1,13 @@
@echo off
chcp 65001 >nul
echo ================================
echo Hertz Django Get Machine Code
echo ================================
python get_machine_code.py
echo.
echo ================================
echo Please send the machine code to the after-sales personnel
echo ================================
pause >nul