From 7a9c9b1373346b53398a83737e39659994637462 Mon Sep 17 00:00:00 2001 From: wuqi Date: Tue, 23 Jul 2024 11:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9flutter=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .rc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rc.sh b/.rc.sh index 5747eb0..b622cc8 100644 --- a/.rc.sh +++ b/.rc.sh @@ -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"