Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- [pot-app-translate-plugin-cohere](https://github.com/omegaduncan/pot-app-translate-plugin-cohere) - Cohere 翻译插件
- [pot-app-translate-plugin-deepseek](https://github.com/Tzulao55/pot-app-translate-plugin-deepseek) - DeepSeek 翻译插件
- [pot-app-translate-plugin-localdeepseek-r1](https://github.com/Strivy-ZSY/pot-app-translate-plugin-localdeepseek-r1) - 本地DeepSeek-R1 翻译插件 (输出不显示R1思考过程)
- [pot-app-translate-plugin-mtranserver](https://github.com/SivonLi/pot-app-translate-plugin-MTranServer) - MTranServer 翻译插件

## 文字识别

Expand Down
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Pot app plugin collection from the community.
- [pot-app-translate-plugin-cohere](https://github.com/omegaduncan/pot-app-translate-plugin-cohere) - Cohere translate plugin
- [pot-app-translate-plugin-deepseek](https://github.com/Tzulao55/pot-app-translate-plugin-deepseek) - DeepSeek translate plugin
- [pot-app-translate-plugin-localdeepseek-r1](https://github.com/Strivy-ZSY/pot-app-translate-plugin-localdeepseek-r1) - Local DeepSeek-R1 translate plugin (No display of R1 thought process)
- [pot-app-translate-plugin-mtranserver](https://github.com/SivonLi/pot-app-translate-plugin-MTranServer) - MTranServer translate plugin

## Recognize

Expand Down
8 changes: 8 additions & 0 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@
"url": "https://github.com/Strivy-ZSY/pot-app-translate-plugin-localdeepseek-r1",
"offical": false,
"illegal": false
},
{
"name": "pot-app-translate-plugin-mtranserver",
"desc_en": "MTranServer translate plugin",
"desc_zh": "MTranServer 翻译插件",
"url": "https://github.com/SivonLi/pot-app-translate-plugin-MTranServer",
"offical": false,
"illegal": false
}
],
"recognize": [
Expand Down