From 6c32dd6cc5f05d7e2d2a9c0010f4781c515cad4a Mon Sep 17 00:00:00 2001 From: piglei Date: Fri, 20 Dec 2024 13:25:13 +0800 Subject: [PATCH] fix: standardize project name to "AI Voc Builder" --- README.md | 6 +++--- docs/integrations.md | 2 +- voc_frontend/index.html | 2 +- voc_frontend/src/App.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4521d8..71c0385 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# AI-Voc Builder +# AI Voc Builder > Available in other languages: [[中文]](docs/README_zh.md) -"AI-Voc Builder" is a smart English vocabulary tool powered by AI technology. It helps you quickly build your own English vocabulary and learn more effectively. +"AI Voc Builder" is a smart English vocabulary tool powered by AI technology. It helps you quickly build your own English vocabulary and learn more effectively. Key Features: @@ -81,4 +81,4 @@ export AIVOC_DATA_DIR="$HOME/Documents" When learning English, a vocabulary builder is a very important tool. A good vocabulary builder should include at least the following: **new words, definitions, example sentences, and example sentence translations** . However, maintaining this information manually is very tedious. As a result, most people who have studied English for many years do not have their own vocabulary builder. They often encounter new words while reading, look them up in the dictionary, and then forget them 20 seconds later. -"AI-Voc Builder" tries to use the power of AI to make the process of building a vocabulary builder easy and fun, so that everyone can have their own vocabulary builder and quickly expand their vocabulary. +"AI Voc Builder" tries to use the power of AI to make the process of building a vocabulary builder easy and fun, so that everyone can have their own vocabulary builder and quickly expand their vocabulary. diff --git a/docs/integrations.md b/docs/integrations.md index 0be53ac..238f871 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -6,7 +6,7 @@ Install the following PopClip extension (select the full YAML content): ```YAML #popclip -name: AI-Voc Builder +name: AI Voc Builder icon: iconify:material-symbols:collections-bookmark url: http://127.0.0.1:16093/?text=*** ``` diff --git a/voc_frontend/index.html b/voc_frontend/index.html index a545ab6..8b7003c 100644 --- a/voc_frontend/index.html +++ b/voc_frontend/index.html @@ -4,7 +4,7 @@ - AI Voc-Builder + AI Voc Builder diff --git a/voc_frontend/src/App.vue b/voc_frontend/src/App.vue index 96e363f..8142984 100644 --- a/voc_frontend/src/App.vue +++ b/voc_frontend/src/App.vue @@ -4,7 +4,7 @@