Verify CI/CD: add automation test note

This commit is contained in:
wfz
2026-05-07 09:25:53 +08:00
parent 482fe422a3
commit 2eb12027d8

View File

@@ -107,3 +107,7 @@ System.out.println(names[1]); // 李四
// 数组长度
System.out.println(names.length); // 3
```
## 验证自动化部署
> 2026-05-06: 此文档已通过 CI/CD 自动化部署验证