diff --git a/README.md b/README.md index f861fba..86c7e0d 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ - [docker方式](#docker方式) - [手动](#手动) -## 功能展览 +## 功能展示 -![](/public/index.png) +在线站点:[Tools-Web](https://tools.ranblogs.com/) ## 开始使用 diff --git a/src/router/router.ts b/src/router/router.ts index 2e45c18..91baf8c 100644 --- a/src/router/router.ts +++ b/src/router/router.ts @@ -386,9 +386,9 @@ export const constantRoute = [ component: () => import('@/components/Tools/ASCIIWordPic/ASCIIWordPic.vue'), name: 'asciiWordPic', meta: { - title: "Color选择器", - keywords: '颜色选择器,Color选择器', - description: '颜色选择器、在各种颜色空间如十六进制、rgb、hsl、css等等之间转换颜色', + title: "ASCII字形生成器", + keywords: 'ASCII画,字形画,字形生成器', + description: '在线生成字形ASCII画', } }, // 关于