修改国内镜像源

This commit is contained in:
2026-05-21 22:43:41 +08:00
parent f35b04096d
commit 27b207d0d5
9 changed files with 12 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ const CardQaCopyright = ({
<TextField
fullWidth
{...field}
placeholder='本网站由 PandaWiki 提供技术支持'
placeholder='本网站由 YouduWiki 提供技术支持'
error={!!errors.copyright_info}
helperText={errors.copyright_info?.message}
onChange={event => {

View File

@@ -644,7 +644,7 @@ const CardRobotWebComponent = ({ kb }: CardRobotWebComponentProps) => {
<TextField
fullWidth
{...field}
placeholder='本网站由 PandaWiki 提供技术支持'
placeholder='本网站由 YouduWiki 提供技术支持'
error={!!errors.copyright_info}
helperText={errors.copyright_info?.message}
onChange={event => {