“提交项目”

This commit is contained in:
2026-03-03 14:43:13 +08:00
commit fba98b388c
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