添加 Matrix Synapse 批量注册账号脚本

This commit is contained in:
2026-05-29 11:42:42 +08:00
parent b65517c6ad
commit da23d71b21
5 changed files with 391 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ snippets/
├── llama-inference/ # llama.cpp 服务启动 + 推理任务
│ ├── llama_inference.sh
│ └── README.md
├── matrix-batch-register/ # Matrix Synapse 批量注册账号
│ ├── batch_register.py
│ ├── config.json.example
│ ├── users.csv.example
│ └── README.md
├── .../
└── README.md # 本文件
```
@@ -18,6 +23,7 @@ snippets/
| 目录 | 说明 |
|------|------|
| llama-inference | llama.cpp 服务启动后自动执行推理任务 |
| matrix-batch-register | Matrix Synapse 批量注册账号 |
---