for Chinese users, replace Tsinghua pip mirrors with Alibaba Cloud to avoid 403 http error
This commit is contained in:
@@ -246,7 +246,7 @@ const Settings: FC = observer(() => {
|
||||
}
|
||||
{
|
||||
commonStore.settings.language === 'zh' && commonStore.platform !== 'linux' &&
|
||||
<Labeled label={t('Use Tsinghua Pip Mirrors')} flex spaceBetween content={
|
||||
<Labeled label={t('Use Alibaba Cloud Pip Mirrors')} flex spaceBetween content={
|
||||
<Switch checked={commonStore.settings.cnMirror}
|
||||
onChange={(e, data) => {
|
||||
commonStore.setSettings({
|
||||
|
||||
Reference in New Issue
Block a user