fix: #397 #373 Array.prototype.at polyfill errors

This commit is contained in:
Yidadaa
2023-04-03 13:29:37 +08:00
parent 6e6d2a3310
commit 5c75b6c784
9 changed files with 107 additions and 132 deletions

View File

@@ -12,14 +12,7 @@ import BotIcon from "../icons/bot.svg";
import AddIcon from "../icons/add.svg";
import DeleteIcon from "../icons/delete.svg";
import {
Message,
SubmitKey,
useChatStore,
ChatSession,
BOT_HELLO,
ROLES,
} from "../store";
import { Message, SubmitKey, useChatStore, BOT_HELLO, ROLES } from "../store";
import {
copyToClipboard,