fix: add back chat dropdown item for chatgpt next web (close #1330)
This commit is contained in:
parent
a2a00dfbc3
commit
8572fac7a2
@ -13,6 +13,7 @@ const COPY_OPTIONS = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const OPEN_LINK_OPTIONS = [
|
const OPEN_LINK_OPTIONS = [
|
||||||
|
{ key: 'next', text: 'ChatGPT Next Web', value: 'next' },
|
||||||
{ key: 'ama', text: 'BotGem', value: 'ama' },
|
{ key: 'ama', text: 'BotGem', value: 'ama' },
|
||||||
{ key: 'opencat', text: 'OpenCat', value: 'opencat' },
|
{ key: 'opencat', text: 'OpenCat', value: 'opencat' },
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user