This commit is contained in:
2026-03-14 12:32:15 +08:00
parent 3a804ac033
commit 1c4e845dae
492 changed files with 146765 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