fix: add logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@@ -110,7 +110,7 @@ export function getToolsCate() {
|
|||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: 'js代码格式化/压缩',
|
title: 'js代码格式化/压缩',
|
||||||
logo: '/images/logo/HtmlEntity.png',
|
logo: '/images/logo/JSForamt.png',
|
||||||
desc: 'JS格式化/压缩工具,提供在线JS格式化、JS压缩、JS混淆、JS解密',
|
desc: 'JS格式化/压缩工具,提供在线JS格式化、JS压缩、JS混淆、JS解密',
|
||||||
url: '/JSForamt/',
|
url: '/JSForamt/',
|
||||||
cateId: 2,
|
cateId: 2,
|
||||||
@@ -118,9 +118,9 @@ export function getToolsCate() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: 'Html代码格式化/压缩',
|
title: 'Html代码格式化',
|
||||||
logo: '/images/logo/HtmlEntity.png',
|
logo: '/images/logo/HtmlFormat.png',
|
||||||
desc: 'html格式化/压缩工具,提供在线html格式化、html压缩',
|
desc: '提供在线html、xml格式化',
|
||||||
url: '/HtmlFormat/',
|
url: '/HtmlFormat/',
|
||||||
cateId: 2,
|
cateId: 2,
|
||||||
cate: '开发运维',
|
cate: '开发运维',
|
||||||
@@ -128,7 +128,7 @@ export function getToolsCate() {
|
|||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: 'Css代码格式化/压缩',
|
title: 'Css代码格式化/压缩',
|
||||||
logo: '/images/logo/HtmlEntity.png',
|
logo: '/images/logo/CssFormat.png',
|
||||||
desc: 'css格式化/压缩工具,提供在线css格式化、css压缩',
|
desc: 'css格式化/压缩工具,提供在线css格式化、css压缩',
|
||||||
url: '/CssFormat/',
|
url: '/CssFormat/',
|
||||||
cateId: 2,
|
cateId: 2,
|
||||||
|
|||||||
@@ -406,9 +406,9 @@ export const constantRoute = [
|
|||||||
component: () => import('@/components/Tools/HtmlFormat/HtmlFormat.vue'),
|
component: () => import('@/components/Tools/HtmlFormat/HtmlFormat.vue'),
|
||||||
name: 'HtmlFormat',
|
name: 'HtmlFormat',
|
||||||
meta: {
|
meta: {
|
||||||
title: "html格式化/压缩",
|
title: "html代码格式化",
|
||||||
keywords: 'html格式化,html压缩,xml格式化,xml压缩',
|
keywords: 'html格式化,xml格式化',
|
||||||
description: '提供在线html、xml格式化/压缩工具',
|
description: '提供在线html、xml格式化',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -416,7 +416,7 @@ export const constantRoute = [
|
|||||||
component: () => import('@/components/Tools/CssFormat/CssFormat.vue'),
|
component: () => import('@/components/Tools/CssFormat/CssFormat.vue'),
|
||||||
name: 'CssFormat',
|
name: 'CssFormat',
|
||||||
meta: {
|
meta: {
|
||||||
title: "css格式化/压缩",
|
title: "css代码格式化/压缩",
|
||||||
keywords: 'css格式化,css压缩',
|
keywords: 'css格式化,css压缩',
|
||||||
description: '提供在线css格式化,在线css压缩工具',
|
description: '提供在线css格式化,在线css压缩工具',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user