修复误删文件

This commit is contained in:
ui-beam-9
2025-04-22 09:05:30 +08:00
parent a8ad96556a
commit c43bf4222c
12 changed files with 3407 additions and 0 deletions

17
install_dependencies.bat Normal file
View File

@@ -0,0 +1,17 @@
@echo off
chcp 65001 >nul
cd /d "C:\Python39"
echo 正在安装网易大神审核数据监控系统所需依赖...
echo 请稍候...
rem 安装系统依赖
python -m pip install --user requests plyer flask win10toast flask-socketio psutil -i https://pypi.tuna.tsinghua.edu.cn/simple
rem 安装加密/解密所需的标准库依赖
echo.
echo 正在安装加密/解密所需的依赖...
python -m pip install --user base64io pycryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple
echo.
echo 依赖安装完成!
echo 请使用 start_monitor.cmd 启动系统