diff --git a/entrypoints/utils/option.ts b/entrypoints/utils/option.ts index aa8c7ac..da3d3d7 100644 --- a/entrypoints/utils/option.ts +++ b/entrypoints/utils/option.ts @@ -136,14 +136,14 @@ export const options = { value: services.deepL, label: 'DeepL翻译', }, - { - value: services.baidu, - label: '百度翻译', - }, { value: services.xiaoniu, label: '小牛翻译', }, + { + value: services.baidu, + label: '百度翻译(Beta)', + }, // free 接口,翻译 html 会出现问题,隐藏。 // { // value: services.google,