feat: 添加重要说明,确保新实现兼容旧实现并遵循良好设计原则

This commit is contained in:
whatevertogo
2026-03-13 02:51:31 +08:00
parent 9d83fccafd
commit 6f1373ed32
2 changed files with 6 additions and 0 deletions

View File

@@ -31,3 +31,6 @@ python run_tests.py -v # 详细输出
python run_tests.py -k "test_peer" # 运行匹配模式的测试
python run_tests.py --cov # 运行测试并生成覆盖率报告
```
## 重要
新实现要兼容旧实现但是还要保证架构良好设计原则和最佳实践

View File

@@ -31,3 +31,6 @@ python run_tests.py -v # 详细输出
python run_tests.py -k "test_peer" # 运行匹配模式的测试
python run_tests.py --cov # 运行测试并生成覆盖率报告
```
## 重要
新实现要兼容旧实现但是还要保证架构良好设计原则和最佳实践