diff --git a/entrypoints/utils/constant.ts b/entrypoints/utils/constant.ts index 358eae2..4ace146 100644 --- a/entrypoints/utils/constant.ts +++ b/entrypoints/utils/constant.ts @@ -3,7 +3,7 @@ import {services} from "./option"; export const app = { - version: "0.0.2", + version: "0.0.3", } export const urls = { diff --git a/entrypoints/utils/option.ts b/entrypoints/utils/option.ts index 728fb2e..31d1724 100644 --- a/entrypoints/utils/option.ts +++ b/entrypoints/utils/option.ts @@ -24,7 +24,7 @@ export const services = { // 需要 model useModel: new Set(["openai", "gemini", "yiyan", "tongyi", "zhipu", "moonshot", "claude", "ollama", "infini"]), // 支持代理 - useProxy: new Set(["openai", "gemini", "claude", "google"]), + useProxy: new Set(["openai", "claude", "google"]), // 函数 isMachine: (service: string) => services.machine.has(service), isAI: (service: string) => services.ai.has(service), diff --git a/package.json b/package.json index 8a0768d..13c6a91 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "流畅阅读", "description": "拥有基于上下文语境的人工智能翻译引擎,为网站提供更加友好的翻译,让所有人都能够拥有基于母语般的阅读体验", "private": true, - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "wxt",