diff --git a/bingchat/components/chatbox/index.wxml b/bingchat/components/chatbox/index.wxml
index ac34e30..01f1471 100644
--- a/bingchat/components/chatbox/index.wxml
+++ b/bingchat/components/chatbox/index.wxml
@@ -1,6 +1,6 @@
-输入问题开始和New Bing聊天吧~
+输入问题开始和New Bing聊天吧~
diff --git a/bingchat/components/chatbox/index.wxss b/bingchat/components/chatbox/index.wxss
index a1bc1a4..9ed1549 100644
--- a/bingchat/components/chatbox/index.wxss
+++ b/bingchat/components/chatbox/index.wxss
@@ -67,6 +67,7 @@
color: #b4bbc4;
margin-bottom: 10rpx;
font-size: 24rpx;
+ cursor: pointer;
}
@keyframes blink {
@@ -100,4 +101,4 @@
font-size: 18rpx;
line-height: 2em;
font-weight: bold;
-}
\ No newline at end of file
+}
diff --git a/bingchat/pages/index/index.wxml b/bingchat/pages/index/index.wxml
index a7ac99d..5230385 100644
--- a/bingchat/pages/index/index.wxml
+++ b/bingchat/pages/index/index.wxml
@@ -1,5 +1,5 @@
-
+
发送
\ No newline at end of file