修改flutter镜像

This commit is contained in:
wuqi 2024-07-23 11:44:15 +08:00
parent b9c4f64bf0
commit 7a9c9b1373

4
.rc.sh
View File

@ -20,8 +20,8 @@ alias at='aichat -r translate'
alias '??'='gh copilot suggest'
alias '?'='gh copilot explain'
export PUB_HOSTED_URL=https://mirror.sjtu.edu.cn/dart-pub/
export FLUTTER_STORAGE_BASE_URL=https://mirror.sjtu.edu.cn/
export PUB_HOSTED_URL="https://pub.flutter-io.cn"
export FLUTTER_STORAGE_BASE_URL="https://storage.flutter-io.cn"
export LOCAL_SHARE="$HOME/.local/share"
export CHROME_EXECUTABLE=/usr/bin/microsoft-edge-stable
export GOPATH="$LOCAL_SHARE/go"