From 559defc8d6dac6a1b1ffd4e6f0657d8a7237288c Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 8 Jun 2022 22:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4pip?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/config.sample.sh | 2 +- src/pages/script/editNameModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/config.sample.sh b/sample/config.sample.sh index 7a11f436..91fd3025 100644 --- a/sample/config.sample.sh +++ b/sample/config.sample.sh @@ -39,7 +39,7 @@ AutoStartBot="" BotRepoUrl="" ## 安装bot依赖时指定pip源,默认使用清华源,如不需要源,设置此参数为空 -PipMirror="https://pypi.tuna.tsinghua.edu.cn/simple" +PipMirror="https://pypi.doubanio.com/simple/" ## 通知环境变量 ## 1. Server酱 diff --git a/src/pages/script/editNameModal.tsx b/src/pages/script/editNameModal.tsx index 3165e195..f46bab6c 100644 --- a/src/pages/script/editNameModal.tsx +++ b/src/pages/script/editNameModal.tsx @@ -48,7 +48,7 @@ const EditScriptNameModal = ({ }) .then(({ code, data }) => { if (code === 200) { - message.success('保存文件成功'); + message.success('新建文件成功'); const key = values.path ? `${values.path}/` : ''; const filename = file ? file.name : values.filename; handleCancel({