From e4a53c6064736180558650186b25efa1ca0c03fe Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 20 Mar 2026 07:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=EF=BC=9A=E5=B0=86=20Code=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E5=86=85=E5=AE=B9=E7=A7=BB=E8=87=B3?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=A0=B9=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 Code 文件夹层级 - 源代码、文档、配置直接放在根目录 - 更新 .gitignore 排除 Releases/Test --- Code/README.md => README.md | 0 {Code/config => config}/config.ini | 0 {Code/docs => docs}/README_远程音量控制.md | 0 {Code/docs => docs}/README_零依赖版本说明.md | 0 {Code/docs => docs}/部署检查清单_远程音量控制.md | 0 {Code/docs => docs}/音量控制方案说明.md | 0 {Code/docs => docs}/项目交付清单_远程音量控制.md | 0 Code/requirements.txt => requirements.txt | 0 {Code/scripts => scripts}/启动监控.bat | 0 {Code/src => src}/remote_volume_monitor.py | 0 {Code/src => src}/volume_control.py | 0 {Code/tools => tools}/README.md | 0 {Code/tools => tools}/nircmd.exe | Bin Code/安装 nircmd 工具.md => 安装 nircmd 工具.md | 0 Code/验证轮询生效.md => 验证轮询生效.md | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename Code/README.md => README.md (100%) rename {Code/config => config}/config.ini (100%) rename {Code/docs => docs}/README_远程音量控制.md (100%) rename {Code/docs => docs}/README_零依赖版本说明.md (100%) rename {Code/docs => docs}/部署检查清单_远程音量控制.md (100%) rename {Code/docs => docs}/音量控制方案说明.md (100%) rename {Code/docs => docs}/项目交付清单_远程音量控制.md (100%) rename Code/requirements.txt => requirements.txt (100%) rename {Code/scripts => scripts}/启动监控.bat (100%) rename {Code/src => src}/remote_volume_monitor.py (100%) rename {Code/src => src}/volume_control.py (100%) rename {Code/tools => tools}/README.md (100%) rename {Code/tools => tools}/nircmd.exe (100%) rename Code/安装 nircmd 工具.md => 安装 nircmd 工具.md (100%) rename Code/验证轮询生效.md => 验证轮询生效.md (100%) diff --git a/Code/README.md b/README.md similarity index 100% rename from Code/README.md rename to README.md diff --git a/Code/config/config.ini b/config/config.ini similarity index 100% rename from Code/config/config.ini rename to config/config.ini diff --git a/Code/docs/README_远程音量控制.md b/docs/README_远程音量控制.md similarity index 100% rename from Code/docs/README_远程音量控制.md rename to docs/README_远程音量控制.md diff --git a/Code/docs/README_零依赖版本说明.md b/docs/README_零依赖版本说明.md similarity index 100% rename from Code/docs/README_零依赖版本说明.md rename to docs/README_零依赖版本说明.md diff --git a/Code/docs/部署检查清单_远程音量控制.md b/docs/部署检查清单_远程音量控制.md similarity index 100% rename from Code/docs/部署检查清单_远程音量控制.md rename to docs/部署检查清单_远程音量控制.md diff --git a/Code/docs/音量控制方案说明.md b/docs/音量控制方案说明.md similarity index 100% rename from Code/docs/音量控制方案说明.md rename to docs/音量控制方案说明.md diff --git a/Code/docs/项目交付清单_远程音量控制.md b/docs/项目交付清单_远程音量控制.md similarity index 100% rename from Code/docs/项目交付清单_远程音量控制.md rename to docs/项目交付清单_远程音量控制.md diff --git a/Code/requirements.txt b/requirements.txt similarity index 100% rename from Code/requirements.txt rename to requirements.txt diff --git a/Code/scripts/启动监控.bat b/scripts/启动监控.bat similarity index 100% rename from Code/scripts/启动监控.bat rename to scripts/启动监控.bat diff --git a/Code/src/remote_volume_monitor.py b/src/remote_volume_monitor.py similarity index 100% rename from Code/src/remote_volume_monitor.py rename to src/remote_volume_monitor.py diff --git a/Code/src/volume_control.py b/src/volume_control.py similarity index 100% rename from Code/src/volume_control.py rename to src/volume_control.py diff --git a/Code/tools/README.md b/tools/README.md similarity index 100% rename from Code/tools/README.md rename to tools/README.md diff --git a/Code/tools/nircmd.exe b/tools/nircmd.exe similarity index 100% rename from Code/tools/nircmd.exe rename to tools/nircmd.exe diff --git a/Code/安装 nircmd 工具.md b/安装 nircmd 工具.md similarity index 100% rename from Code/安装 nircmd 工具.md rename to 安装 nircmd 工具.md diff --git a/Code/验证轮询生效.md b/验证轮询生效.md similarity index 100% rename from Code/验证轮询生效.md rename to 验证轮询生效.md