fix: debug

This commit is contained in:
taoran
2024-06-18 18:25:21 +08:00
parent 527b7f2f5d
commit 6e8787a2d0
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -8,7 +8,7 @@
|_|\___/ \___/|_|___/ \/ \/ \___|_.__/
</pre>
<p> 只需简单几步,即可快速搭建属于自己的综合工具。</p>
<p> 只需简单几步,即可快速搭建属于自己的在线工具。</p>
[![node](https://img.shields.io/badge/any_text-18.14.2-red?label=node)](node)
[![vue](https://img.shields.io/badge/any_text-3.3.10-origin?label=vue)](vue)
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="p-5 w-2/3">
<h1 class="text-2xl font-bold">关于 Tools-Web</h1>
<p class="mt-6">
<el-text><el-link href="https://github.com/taoran1401/tools-web" target="_blank" type="primary">Tools-Web</el-link> 是一款免费开源的轻量工具集合站包含开发文本媒体图表生活查询等实用工具如果对您有帮助请将其分享给您的朋友并且添加到收藏夹中顺便再点个</el-text>
<el-text><el-link href="https://github.com/taoran1401/tools-web" target="_blank" type="primary">Tools-Web</el-link> 是一款免费开源的轻量在线工具箱包含开发文本媒体图表生活查询等实用工具如果对您有帮助请将其分享给您的朋友并且添加到收藏夹中顺便再点个</el-text>
</p>
<h1 class="text-2xl font-bold mt-6 mb-6">技术</h1>
-1
View File
@@ -128,7 +128,6 @@ const execMatch = () => {
:autofocus="true"
:indent-with-tab="true"
:tabSize="2"
:extensions="info.extensions"
/>
</div>
-1
View File
@@ -62,7 +62,6 @@ const copyRes = async () => {
:autofocus="true"
:indent-with-tab="true"
:tabSize="2"
:extensions="info.extensions"
/>
</div>