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({