fix: add back chat dropdown item for chatgpt next web (close #1330)

This commit is contained in:
JustSong 2024-04-21 15:50:35 +08:00
parent a2a00dfbc3
commit 8572fac7a2

View File

@ -13,6 +13,7 @@ const COPY_OPTIONS = [
];
const OPEN_LINK_OPTIONS = [
{ key: 'next', text: 'ChatGPT Next Web', value: 'next' },
{ key: 'ama', text: 'BotGem', value: 'ama' },
{ key: 'opencat', text: 'OpenCat', value: 'opencat' },
];