Skip to content

Commit

Permalink
add beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bistutu committed Apr 27, 2024
1 parent a5277f9 commit 9889718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entrypoints/utils/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9889718

Please sign in to comment.