创建第一个版本的工程,基本逻辑和显示界面已经完成

This commit is contained in:
2026-03-02 15:47:47 +08:00
commit ba4431c01f
6 changed files with 1251 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
# 远程显示工具依赖
# 命令行工具 remo_disp_client.py 仅需 Python 标准库
# Web 服务 remo_disp_server.py 需要 Flask
# 保存 PNG 需要 Pillow可选
Flask>=2.0.0
Pillow>=9.0.0