mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
feat: remove pandora
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
const API_MAPPING: Record<string, string> = {
|
||||
'https://chat.openai.com': 'https://chat.openai.com/backend-api',
|
||||
'https://chat.zhile.io': 'https://chat.zhile.io/backend-api',
|
||||
'https://chat.oaifree.com': 'https://chat.oaifree.com/backend-api',
|
||||
}
|
||||
|
||||
// export const baseUrl = 'https://chat.openai.com'
|
||||
|
||||
@@ -45,18 +45,6 @@ export default defineConfig({
|
||||
'https://chat.openai.com/share/*',
|
||||
// support https://chat.openai.com/share/123456789/continue
|
||||
'https://chat.openai.com/share/*/continue',
|
||||
|
||||
'https://chat.zhile.io/',
|
||||
'https://chat.zhile.io/?model=*',
|
||||
'https://chat.zhile.io/c/*',
|
||||
'https://chat.zhile.io/share/*',
|
||||
'https://chat.zhile.io/share/*/continue',
|
||||
|
||||
'https://chat.oaifree.com/',
|
||||
'https://chat.oaifree.com/?model=*',
|
||||
'https://chat.oaifree.com/c/*',
|
||||
'https://chat.oaifree.com/share/*',
|
||||
'https://chat.oaifree.com/share/*/continue',
|
||||
],
|
||||
'icon': 'https://chat.openai.com/favicon.ico',
|
||||
'run-at': 'document-end',
|
||||
|
||||
Reference in New Issue
Block a user