From b75527d7d6d116fdb9bcf99ee0abf860fa1dbf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=9F=E6=9D=89=E3=83=8F=E3=83=A4=E3=83=88?= <79904825+hayasugihayato@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Sitemap=E5=92=8CRSS=E8=B6=85?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原有链接错误指向https://78.al/,且两个页面都是404的。 --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index ed9c4f0..b4c481d 100755 --- a/functions.php +++ b/functions.php @@ -224,8 +224,8 @@ function themeConfig($form) $JFooter_Right = new Typecho_Widget_Helper_Form_Element_Textarea( 'JFooter_Right', NULL, - 'RSS - MAP', + 'RSS + MAP', '自定义底部栏右侧内容(非必填)', '介绍:用于修改全站底部右侧内容(wap端下方)
例如:<a href="/">首页</a> <a href="/">关于</a>' @@ -1012,4 +1012,4 @@ function themeConfig($form) ); $JPrismTheme->setAttribute('class', 'joe_content joe_post'); $form->addInput($JPrismTheme->multiMode()); -} ?> \ No newline at end of file +} ?>