os字段新增版本和发行版
Some checks failed
Compile / build (x64, windows-latest) (push) Failing after 19s
Compile / build (x64, ubuntu-latest) (push) Failing after 35s

This commit is contained in:
远野千束 2024-10-05 05:34:26 +08:00
parent 3c960896f4
commit cd56065e32

View File

@ -187,6 +187,8 @@ class Client:
"os": {
"name": platform.system(),
"version": platform.version(),
"machine": platform.machine(),
"release": platform.release(),
},
"labels": self.labels,
"location": self.location,