From 8572fac7a2c42b1d76e35b80b9b317131f10e9d3 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 21 Apr 2024 15:50:35 +0800 Subject: [PATCH] fix: add back chat dropdown item for chatgpt next web (close #1330) --- web/default/src/components/TokensTable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/default/src/components/TokensTable.js b/web/default/src/components/TokensTable.js index 4f6c118..40890f5 100644 --- a/web/default/src/components/TokensTable.js +++ b/web/default/src/components/TokensTable.js @@ -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' }, ];