diff --git a/.env.example b/.env.example
index 09558b9..48fee99 100644
--- a/.env.example
+++ b/.env.example
@@ -3,7 +3,7 @@ NODE_ENV = 'development'
# 网站名称
VITE_APP_TITLE = 'Tools-Web'
# 简短描述
-VITE_APP_DESC = '一个轻量的工具集合站'
+VITE_APP_DESC = '一个轻量的在线工具箱'
# base api
VITE_APP_BASE_API = '/v1'
# 服务端地址: https://xxx.xxx.com;
diff --git a/README.md b/README.md
index 80bacce..e5adbbb 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
|_|\___/ \___/|_|___/ \/ \/ \___|_.__/
-
只需简单几步,即可快速搭建属于自己的综合工具站。
+ 只需简单几步,即可快速搭建属于自己的在线工具箱。
[](node)
[](vue)
diff --git a/src/components/Home/About.vue b/src/components/Home/About.vue
index 69f7ccb..5ac6efe 100644
--- a/src/components/Home/About.vue
+++ b/src/components/Home/About.vue
@@ -6,7 +6,7 @@
关于 Tools-Web
- Tools-Web 是一款免费开源的轻量工具集合站,包含开发、文本、媒体、图表、生活、查询等实用工具;如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!顺便再点个⭐️吧!
+ Tools-Web 是一款免费开源的轻量在线工具箱,包含开发、文本、媒体、图表、生活、查询等实用工具;如果对您有帮助,请将其分享给您的朋友,并且添加到收藏夹中!顺便再点个⭐️吧!
技术
diff --git a/src/components/Tools/RegTest/RegTest.vue b/src/components/Tools/RegTest/RegTest.vue
index a01f84a..de13d14 100644
--- a/src/components/Tools/RegTest/RegTest.vue
+++ b/src/components/Tools/RegTest/RegTest.vue
@@ -128,7 +128,6 @@ const execMatch = () => {
:autofocus="true"
:indent-with-tab="true"
:tabSize="2"
- :extensions="info.extensions"
/>
diff --git a/src/components/Tools/Unicode/Unicode.vue b/src/components/Tools/Unicode/Unicode.vue
index 57ace50..a2afa3b 100644
--- a/src/components/Tools/Unicode/Unicode.vue
+++ b/src/components/Tools/Unicode/Unicode.vue
@@ -62,7 +62,6 @@ const copyRes = async () => {
:autofocus="true"
:indent-with-tab="true"
:tabSize="2"
- :extensions="info.extensions"
/>