docs: require Python 3.10 for obfuscated lib; prefer Ubuntu 22.04

Reject 3.12+ in setup_env to avoid bad marshal data on new servers.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-18 12:15:21 +08:00
parent 1d2bdc3aa1
commit af0fbc3e6f
6 changed files with 53 additions and 15 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
| 项 | 约定 |
|----|------|
| 系统 | Ubuntu 22.04 / 24.04 |
| 系统 | **优先 Ubuntu 22.04**(自带 Python 3.10);24.04 须用 Python 3.10,勿用 3.12 |
| Python | **3.10 / 3.11**(推荐 3.10;加密 `lib/` 与 3.12 不兼容) |
| 用户 | root |
| 路径 | `/opt/crypto_monitor_user` |
| 进程 | PM2 |