From 20fc9983c03c0df0df1b2a8d2b851a246d1c61ad Mon Sep 17 00:00:00 2001 From: Caico Leung Date: Fri, 16 Aug 2024 13:56:35 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e820d4..ae03e15 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # **[bob-plugin-ollama-translator](https://github.com/CaicoLeung/bob-plugin-ollama-translator)** -为[bob](https://bobtranslate.com/)编写的通过调用本地Ollama模型接口实现翻译的插件(需要bob版本>=1.8.0) +为[bob](https://bobtranslate.com/)编写的通过调用本地Ollama模型接口实现翻译/解释的插件(需要bob版本>=1.8.0) ## Bob效果展示 +### 翻译模式 +1. 如果输入是单词,自动进入学习模式 + ![image](https://github.com/user-attachments/assets/5b6913e7-3de0-41ad-b218-44101575337a) -image +2. 如果是整句,则直接翻译 + ![image](https://github.com/user-attachments/assets/3331ae2a-2b60-4204-956d-71c4845d21d1) + +### 解释模式 + ![iShot_2024-08-16_13 52 38](https://github.com/user-attachments/assets/9e3cbe64-8657-4bac-a870-47f847736e85) ## 支持功能