修改国内镜像源
This commit is contained in:
@@ -119,7 +119,7 @@ const CardQaCopyright = ({
|
||||
<TextField
|
||||
fullWidth
|
||||
{...field}
|
||||
placeholder='本网站由 PandaWiki 提供技术支持'
|
||||
placeholder='本网站由 YouduWiki 提供技术支持'
|
||||
error={!!errors.copyright_info}
|
||||
helperText={errors.copyright_info?.message}
|
||||
onChange={event => {
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user