From f4e36a9f790836de005341fcdeaad927d5dc4689 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E6=82=A0=E7=84=B6?= <youranreus@qq.com>
Date: Sat, 21 Sep 2024 13:26:36 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=84=E8=AE=BA=E5=A2=9E=E5=8A=A0?=
 =?UTF-8?q?=E5=BF=85=E5=A1=AB=E6=A0=87=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 components/comments.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/comments.php b/components/comments.php
index f3cd1f1..defa6c3 100644
--- a/components/comments.php
+++ b/components/comments.php
@@ -76,8 +76,8 @@ function threadedComments($comments, $options)
                     <?php else: ?>
                         <!-- 要求输入名字、邮箱、网址 -->
                         <div class="comments-Input">
-                            <input type="text" name="author" class="text" size="35" value="<?php $this->remember('author'); ?>" placeholder="🙌用户名"/>
-                            <input type="text" name="mail" class="text" size="35" value="<?php $this->remember('mail'); ?>" placeholder="📫邮箱"/>
+                            <input type="text" name="author" class="text" size="35" value="<?php $this->remember('author'); ?>" placeholder="🙌用户名*"/>
+                            <input type="text" name="mail" class="text" size="35" value="<?php $this->remember('mail'); ?>" placeholder="📫邮箱*"/>
                             <input type="text" name="url" class="text" size="35" value="<?php $this->remember('url'); ?>" placeholder="🔗博客链接"/>
                             <input type="hidden" name="receiveMail" id="receiveMail" value="yes"/>
                         </div>