diff options
author | mayx | 2025-06-19 10:14:53 +0000 |
---|---|---|
committer | mayx | 2025-06-19 10:14:53 +0000 |
commit | 7ea27ffbda48f85925b43521d255da268b2feadb (patch) | |
tree | 83a7fca9ed4204634fffe7e0af45934b4668460e /_layouts/default.html | |
parent | d10e960a8d6d1b7dd122e713fa53fa190ce8498c (diff) |
Update 2 files
- /Live2dHistoire/live2d/js/message.js - /_layouts/default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 115e15d..0b7245a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -96,17 +96,19 @@ <div class="message" style="opacity:0"></div> <canvas id="live2d" width="500" height="560" class="live2d"></canvas> <div class="live_talk_input_body"> - <div class="live_talk_input_name_body" {% unless page.layout == "post" %}style="display:none;"{% endunless %}> - <input type="checkbox" id="load_this" /> - <input type="hidden" id="post_id" value="{{ page.url }}" /> - <label for="load_this"> - <span style="font-size: 11px; color: #fff;"> 想问这篇文章</span> - </label> - </div> - <div class="live_talk_input_text_body"> - <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀?" /> - <button type="button" class="live_talk_send_btn" id="talk_send">发送</button> - </div> + <form id="live_talk_input_form"> + <div class="live_talk_input_name_body" {% unless page.layout == "post" %}style="display:none;"{% endunless %}> + <input type="checkbox" id="load_this" /> + <input type="hidden" id="post_id" value="{{ page.url }}" /> + <label for="load_this"> + <span style="font-size: 11px; color: #fff;"> 想问这篇文章</span> + </label> + </div> + <div class="live_talk_input_text_body"> + <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀?" /> + <button type="submit" class="live_talk_send_btn" id="talk_send">发送</button> + </div> + </form> </div> <input name="live_talk" id="live_talk" value="1" type="hidden" /> <div class="live_ico_box" style="display:none;"> |