ChuanhuChatGPT / web_assets /html /chatbot_placeholder.html
Keldos
feat: 调整chatbot placeholder
d79b4b6
raw
history blame contribute delete
544 Bytes
<div id="chatbot-placeholder-pl">
<div id="chatbot-placeholder-header">
<img src="{chatbot_ph_logo}" alt="avatar" class="{chatbot_ph_logo_class}" />
<h1 class="{chatbot_ph_slogan_class}">{chatbot_ph_slogan}</h1>
</div>
<div id="chatbot-placeholder-options" class="{chatbot_ph_question_class}">
<button>{chatbot_ph_question_1}</button>
<button>{chatbot_ph_question_2}</button>
<button class="hide-for-mobile">{chatbot_ph_question_3}</button>
<button class="hide-for-mobile">{chatbot_ph_question_4}</button>
</div>
</div>