From aa7d70728c56758f128d2e196703a6fbad9414af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92=E9=87=8E=E5=AD=A4=E7=81=AF?= <24632660+hygd0813@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:30:45 +0800 Subject: [PATCH 1/5] Add files via upload --- README.md | 2 +- comments1.php | 332 +++++++++++++-------------- footer.php | 611 +++++++++++++++++++++++++------------------------ functions.php | 67 ++++-- index.php | 313 +++++++++++++------------ page.links.php | 2 +- page.php | 10 +- post.php | 59 ++--- screenshot.png | Bin 225848 -> 183829 bytes 9 files changed, 725 insertions(+), 671 deletions(-) diff --git a/README.md b/README.md index 113f94f..f42a894 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 演示地址:https://www.80srz.com/ -版本更新至:V-1.6.8 。2023年9月30日。 +版本更新至:V-1.6.6 。2023年3月30日。 ---- 欢迎Star diff --git a/comments1.php b/comments1.php index c51b6e5..c41d1a0 100644 --- a/comments1.php +++ b/comments1.php @@ -1,166 +1,166 @@ - - - -authorId) { - if ($comments->authorId == $comments->ownerId) { - $commentClass .= ' comment-by-author'; - } else { - $commentClass .= ' comment-by-user'; - } - } - $commentLevelClass = $comments->levels > 0 ? ' comment-child' : ' comment-parent'; -?> - - mail); - $address = strtolower(trim($email) ); - $hash = md5($address ); - $avatar = 'https://cravatar.cn/avatar/'.$hash.'.png?s=100' . '&d=retro' . '&r=y'; - ?> -