备份: 完整开发状态(含反混淆脚本和临时文件)

This commit is contained in:
ccdojox-crypto
2025-12-17 17:18:02 +08:00
parent 9e2333c90c
commit 7e9ea173a7
2872 changed files with 326818 additions and 249 deletions

26
0-1跑通全部代码.txt Normal file
View File

@@ -0,0 +1,26 @@
● 当前使用的文件夹:
| 类型 | 路径 |
|----------------|-----------------------------------------------|
| 扩展(客户端) | D:\temp\破解\cursorpro-0.4.5\extension_clean\ |
| 后端 | D:\temp\破解\cursorpro-0.4.5\backend\ |
关键文件:
extension_clean/
├── out/
│ ├── api/client.js # API 客户端
│ ├── webview/provider.js # 主逻辑(刚修复的换号写入)
│ └── extension.js # 扩展入口
├── package.json
└── *.vsix # 打包后的扩展
backend/
├── app/
│ ├── api/
│ │ ├── client.py # 客户端 API刚修复的 user-status
│ │ └── admin.py # 管理后台 API
│ ├── services/ # 业务逻辑
│ └── models/ # 数据模型
├── requirements.txt
└── start.sh