From 988971802fd1fd45950e92fc170ff8b6823d1cee Mon Sep 17 00:00:00 2001 From: ThinkStu <91378285+Bistutu@users.noreply.github.com> Date: Sat, 27 Apr 2024 09:03:02 +0800 Subject: [PATCH] add beta tag --- entrypoints/utils/option.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,