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
https://dart.cn/get-dart/archive/
https://github.com/cfug/dart.cn/tree/master/src/get-dart/archive/index.md
获取 SDK 版本需要获取到配置文件
但因为源地址 https://storage.flutter-io.cn/storage/v1/b/dart-archive/o?delimiter=%2F&prefix=channels%2Fstable%2Frelease%2F&alt=json 不允许跨域,所以会失败
为 storage.flutter-io.cn 的服务器添加部分允许跨域的配置
The text was updated successfully, but these errors were encountered:
chenglu
Successfully merging a pull request may close this issue.
页面 URL
https://dart.cn/get-dart/archive/
页面源地址
https://github.com/cfug/dart.cn/tree/master/src/get-dart/archive/index.md
描述问题
获取 SDK 版本需要获取到配置文件
但因为源地址 https://storage.flutter-io.cn/storage/v1/b/dart-archive/o?delimiter=%2F&prefix=channels%2Fstable%2Frelease%2F&alt=json 不允许跨域,所以会失败
期望如何修复
为 storage.flutter-io.cn 的服务器添加部分允许跨域的配置
附加信息
The text was updated successfully, but these errors were encountered: