From 349c7ebee317902423d766f8895cb06ba906b849 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Mon, 5 Aug 2024 18:51:50 +0800 Subject: [PATCH] chore: change afdian url --- inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/theme-options.php b/inc/theme-options.php index 68e7b12..9ec3c98 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -1239,7 +1239,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '如果您有用到我开发维护的项目,请考虑支持一下我的工作,让我可以持续的维护它们,您可在爱发电(https://afdian.net/a/seatonjiang)中进行打赏,谢谢!', + 'content' => '如果您有用到我开发维护的项目,请考虑支持一下我的工作,让我可以持续的维护它们,您可在爱发电(https://afdian.com/a/seatonjiang)中进行打赏,谢谢!', ), ), ));