将看板功能独立,方便独立维护功能。
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
@echo off
|
||||
cd /d %~dp0
|
||||
echo 正在启动WeChatRobot管理后台...
|
||||
echo Starting WeChatRobot Admin Dashboard...
|
||||
|
||||
echo [INFO] 尝试从Git更新代码...
|
||||
echo [INFO] Trying to update code from Git...
|
||||
cd /d F:\python\WeChatRobot
|
||||
git pull
|
||||
if %errorlevel% neq 0 (
|
||||
echo [WARNING] Git更新失败,继续使用当前代码...
|
||||
echo [WARNING] Git update failed, continuing with current code...
|
||||
) else (
|
||||
echo [INFO] 代码更新成功!
|
||||
echo [INFO] Code updated successfully!
|
||||
)
|
||||
|
||||
cd /d %~dp0
|
||||
echo [INFO] 正在安装Python依赖...
|
||||
echo [INFO] Installing Python dependencies...
|
||||
pip install -r requirements.txt
|
||||
|
||||
cd /d %~dp0
|
||||
python dashboard_start.py
|
||||
pause
|
||||
Reference in New Issue
Block a user