Merge branch 'feature/06'

This commit is contained in:
taoran
2024-07-09 18:25:43 +08:00
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ dist-ssr
*.sln *.sln
*.sw? *.sw?
public/tools_ranblogs_sitemap.txt public/sitemap.txt
+19 -19
View File
@@ -22,7 +22,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/MD5', path: '/md5',
component: () => import('@/components/Tools/MD5/MD5.vue'), component: () => import('@/components/Tools/MD5/MD5.vue'),
name: 'MD5', name: 'MD5',
meta: { meta: {
@@ -102,7 +102,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/random_password', path: '/randompassword',
component: () => import('@/components/Tools/RandomPassword/RandomPassword.vue'), component: () => import('@/components/Tools/RandomPassword/RandomPassword.vue'),
name: 'random_password', name: 'random_password',
meta: { meta: {
@@ -212,7 +212,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/numberToChinese', path: '/numbertochinese',
component: () => import('@/components/Tools/NumberToChinese/NumberToChinese.vue'), component: () => import('@/components/Tools/NumberToChinese/NumberToChinese.vue'),
name: 'numberToChinese', name: 'numberToChinese',
meta: { meta: {
@@ -242,7 +242,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/textToImg', path: '/texttoimg',
component: () => import('@/components/Tools/TextToImg/TextToImg.vue'), component: () => import('@/components/Tools/TextToImg/TextToImg.vue'),
name: 'textToImg', name: 'textToImg',
meta: { meta: {
@@ -252,7 +252,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/webInfo', path: '/webinfo',
component: () => import('@/components/Tools/WebInfo/WebInfo.vue'), component: () => import('@/components/Tools/WebInfo/WebInfo.vue'),
name: 'webInfo', name: 'webInfo',
meta: { meta: {
@@ -282,7 +282,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/Pie', path: '/pie',
component: () => import('@/components/Tools/Chart/Pie/Pie.vue'), component: () => import('@/components/Tools/Chart/Pie/Pie.vue'),
name: 'pie', name: 'pie',
meta: { meta: {
@@ -292,7 +292,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/Scatter', path: '/scatter',
component: () => import('@/components/Tools/Chart/Scatter/Scatter.vue'), component: () => import('@/components/Tools/Chart/Scatter/Scatter.vue'),
name: 'scatter', name: 'scatter',
meta: { meta: {
@@ -302,7 +302,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/Coin', path: '/coin',
component: () => import('@/components/Tools/Coin/Coin.vue'), component: () => import('@/components/Tools/Coin/Coin.vue'),
name: 'coin', name: 'coin',
meta: { meta: {
@@ -312,7 +312,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/Dice', path: '/dice',
component: () => import('@/components/Tools/Dice/Dice.vue'), component: () => import('@/components/Tools/Dice/Dice.vue'),
name: 'dice', name: 'dice',
meta: { meta: {
@@ -322,7 +322,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/TextRemoveDuplicate', path: '/textremoveduplicate',
component: () => import('@/components/Tools/TextRemoveDuplicate/TextRemoveDuplicate.vue'), component: () => import('@/components/Tools/TextRemoveDuplicate/TextRemoveDuplicate.vue'),
name: 'textRemoveDuplicate', name: 'textRemoveDuplicate',
meta: { meta: {
@@ -332,7 +332,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/ImgCut', path: '/imgcut',
component: () => import('@/components/Tools/ImgCut/ImgCut.vue'), component: () => import('@/components/Tools/ImgCut/ImgCut.vue'),
name: 'imgCut', name: 'imgCut',
meta: { meta: {
@@ -342,7 +342,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/HttpStatusCode', path: '/httpstatuscode',
component: () => import('@/components/Tools/HttpStatusCode/HttpStatusCode.vue'), component: () => import('@/components/Tools/HttpStatusCode/HttpStatusCode.vue'),
name: 'HttpStatusCode', name: 'HttpStatusCode',
meta: { meta: {
@@ -362,7 +362,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/HtmlEntity', path: '/htmlentity',
component: () => import('@/components/Tools/HtmlEntity/HtmlEntity.vue'), component: () => import('@/components/Tools/HtmlEntity/HtmlEntity.vue'),
name: 'HtmlEntity', name: 'HtmlEntity',
meta: { meta: {
@@ -372,7 +372,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/ColorPicker', path: '/colorpicker',
component: () => import('@/components/Tools/ColorPicker/ColorPicker.vue'), component: () => import('@/components/Tools/ColorPicker/ColorPicker.vue'),
name: 'ColorPicker', name: 'ColorPicker',
meta: { meta: {
@@ -382,7 +382,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/asciiWordPic', path: '/asciiwordpic',
component: () => import('@/components/Tools/ASCIIWordPic/ASCIIWordPic.vue'), component: () => import('@/components/Tools/ASCIIWordPic/ASCIIWordPic.vue'),
name: 'asciiWordPic', name: 'asciiWordPic',
meta: { meta: {
@@ -392,7 +392,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/JSForamt', path: '/jsforamt',
component: () => import('@/components/Tools/JSFormat/JSFormat.vue'), component: () => import('@/components/Tools/JSFormat/JSFormat.vue'),
name: 'JSForamt', name: 'JSForamt',
meta: { meta: {
@@ -402,7 +402,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/HtmlFormat', path: '/htmlformat',
component: () => import('@/components/Tools/HtmlFormat/HtmlFormat.vue'), component: () => import('@/components/Tools/HtmlFormat/HtmlFormat.vue'),
name: 'HtmlFormat', name: 'HtmlFormat',
meta: { meta: {
@@ -412,7 +412,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/CssFormat', path: '/cssformat',
component: () => import('@/components/Tools/CssFormat/CssFormat.vue'), component: () => import('@/components/Tools/CssFormat/CssFormat.vue'),
name: 'CssFormat', name: 'CssFormat',
meta: { meta: {
@@ -422,7 +422,7 @@ export const constantRoute = [
} }
}, },
{ {
path: '/TextEdit', path: '/textedit',
component: () => import('@/components/Tools/TextEdit/TextEdit.vue'), component: () => import('@/components/Tools/TextEdit/TextEdit.vue'),
name: 'TextEdit', name: 'TextEdit',
meta: { meta: {