Skip to content

Commit

Permalink
fix: standardize project name to "AI Voc Builder"
Browse files Browse the repository at this point in the history
  • Loading branch information
piglei committed Dec 20, 2024
1 parent 62f8030 commit 6c32dd6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=***
```
Expand Down
2 changes: 1 addition & 1 deletion voc_frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Voc-Builder</title>
<title>AI Voc Builder</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion voc_frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container">
<router-link class="navbar-brand" id="navbar-brand-logo" to="/">
<img src="@/images/ai-voc-logo.png" alt="Logo" style="height: 40px; margin-right: 10px;">
<strong>AI Voc-Builder</strong>
<strong>AI Voc Builder</strong>
</router-link>
<button
class="navbar-toggler"
Expand Down

0 comments on commit 6c32dd6

Please sign in to comment.