This commit is contained in:
Your Name
2026-07-16 12:11:05 +08:00
parent 22ec32eb29
commit 32895b1591
41 changed files with 5740 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 企业微信 PC 端自动化 (RPA) 任务清单
## 目标
从零构建基于 Python 的无侵入式企业微信 PC 端 GUI 自动化脚本。
## 任务节点
- [x] 系统架构与技术路线设计 (基于 `uiautomation`)
- [x] 编写 `implementation_plan.md` 明确操作路径
- [x] 生成基础 RPA 框架代码 (`wechat_bot.py`)
- [ ] 用户环境准备 (安装依赖与 Inspect.exe 分析工具)
- [ ] 调试与适配 (适配具体客户端版本)