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

View File

@@ -0,0 +1,17 @@
请确保python环境和node环境都已经配置完成
请确保python环境和node环境都已经配置完成
请确保python环境和node环境都已经配置完成
==========0. 获取机器码==========
双击get_machine_code.bat
将机器码发给售后或相关技术人员激活!
==========1. 项目初始化==========
后端初始化双击init_backend.bat
前端初始化双击init_frontend.bat
==========2. 项目启动==========
后端启动双击start_backend.bat
前端启动双击start_frontend.bat