We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.1版本 例如 通过yml格式(或key-value)保存 name: nick hello: xiao 确认--保存成功后 码云上对应的配置文件的内容为 name: name: nick hello: hello: xiao
如果是多层则没有问题如 name: name1: name2 则保存正常
The text was updated successfully, but these errors were encountered:
yaml的支持目前做的比较搓,是问题,待集中优化
Sorry, something went wrong.
dyc87112
No branches or pull requests
1.1.1版本
例如 通过yml格式(或key-value)保存
name: nick
hello: xiao
确认--保存成功后
码云上对应的配置文件的内容为
name:
name: nick
hello:
hello: xiao
如果是多层则没有问题如
name:
name1: name2
则保存正常
The text was updated successfully, but these errors were encountered: