feat: 网站favicon获取

This commit is contained in:
osiris
2024-03-08 16:16:49 +08:00
parent 6ecafa8bc2
commit 101ee6dff2
9 changed files with 793 additions and 576 deletions
+19 -1
View File
@@ -216,7 +216,16 @@ function getTools() {
url: '/textToImg',
cateId: 5,
cate: '设计工具'
}
},
{
id: 1,
title: '网站favicon获取',
logo: 'https://baseran2.oss-cn-shenzhen.aliyuncs.com/toools-web/icon/IP.png',
desc: '获取网站logo、icon、favicon、标题、关键词、描述等信息',
url: '/webInfo',
cateId: 6,
cate: '查询相关',
},
]
}
@@ -435,6 +444,15 @@ function getToolsCate() {
url: '/ip',
cateId: 6,
cate: '查询相关',
},
{
id: 1,
title: '网站favicon获取',
logo: 'https://baseran2.oss-cn-shenzhen.aliyuncs.com/toools-web/icon/text_to_img.png',
desc: '获取网站logo、icon、favicon、标题、关键词、描述等信息',
url: '/webInfo',
cateId: 6,
cate: '查询相关',
}
]
},