nullable ArgMap value

This commit is contained in:
Timi
2026-06-04 18:29:03 +08:00
parent 22cff23b96
commit f9a985f939
8 changed files with 234 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
# 风格约定
- 交流、注释、文档使用中文。
- Java 使用 tab 缩进。
- 注释要求使用 javadoc 风格。
- 优先简单直接的实现,避免过度设计。
- 尽量使用官方 API不无故引入外部依赖。
- 项目当前测试较少,默认不主动新增测试,除非任务明确要求。