问题 1:${os.detected.classifier} 属性
https://github.com/trustin/os… 中声明
You can also use the `${os.detected.classifier}` property, which is a shortcut of `${os.detected.name}-${os.detected.arch}`.
https://github.com/trustin/os… 内注明了全部的 os.detected.name 与 os.detected.arch 变量值
拼出结果后修改 os.detected.classifier
即可