mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add bingWrite
This commit is contained in:
parent
5951fe139a
commit
c29eb47b8b
8 changed files with 12 additions and 8 deletions
|
@ -5,13 +5,16 @@ createChat(thisChatType).then((r) => {
|
|||
/**重写重置聊天到初始状态函数 */
|
||||
function reSetStartChatMessage(type) {
|
||||
chat.innerHTML = ``;
|
||||
isSpeaking = false;
|
||||
}
|
||||
|
||||
/**重写函数 */
|
||||
function isSpeakingStart(chatWithMagic, sendText) {
|
||||
isSpeaking = true;
|
||||
}
|
||||
//重写
|
||||
function isSpeakingFinish() {
|
||||
isSpeaking = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue