- {/* live2d */}
-
+ document!.getElementById("control")!.appendChild(p);
+ checkbox = p.firstChild as HTMLElement;
+ }
- {/* 旧叉 */}
- {/*
- {response ? response : "请输入文字和我聊天吧"}
-
*/}
-
- {/* 角色信息 */}
-
-
- {/* 消息泡泡 */}
-
- {response ? response : "请输入文字和我聊天吧"}
-
-
- {/* 选项 */}
-
- {opList.map((item) => (
-
-
-

-
-
{item.title}
-
- ))}
-
-
- {/* 旧叉 */}
- {/*
*/}
- {/*
-
*/}
-
- {/* 输入框 */}
-
-
- {useVoice ? (
-
- ) : (
-
{
- setInputText(e.target.value);
- console.log(e.target.value);
- }}
- >
- )}
-
-
-
- )}
-