doc: update docs/swift.md ()

This commit is contained in:
TRDSCSH 2024-03-05 15:12:10 +08:00 committed by GitHub
parent ee97d75160
commit 57d42b29ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -386,6 +386,8 @@ switch secondaryColor {
print("红色和黄色的混合")
case "purple":
print("红色和蓝色的混合")
case "green":
print("蓝色和黄色的混合")
default:
print("这可能不是辅助颜色")
}