修复 Chat.vue 的输入框 Bug #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chat.vue 输入框目前用的是 contentedit,此 API 可以很好的支持富文本,但是显然输入部分可以用 textarea 替代。因为目前暂时不需要支持那么多的输入模式。
Chat.vue 提示词模板部分可以删除,然后输入框居中,和 ChatGPT Web 的样式差不多