Skip to content

Commit

Permalink
feat: 增加两个工具,图片压缩和Iconsax图标列表
Browse files Browse the repository at this point in the history
  • Loading branch information
dxhuii committed May 6, 2024
1 parent dabc50a commit 3759576
Show file tree
Hide file tree
Showing 3 changed files with 1,773 additions and 1,566 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"release": "bumpp"
},
"dependencies": {
"chinese-simple2traditional": "^2.1.0"
"chinese-simple2traditional": "^2.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.0",
"@antfu/eslint-config": "2.16.1",
"@dxhuii/eslint-config": "^2.1.3",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/twemoji": "^1.1.15",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@vite-pwa/nuxt": "^0.6.0",
"@vite-pwa/nuxt": "^0.7.0",
"@vueuse/nuxt": "^10.9.0",
"bumpp": "^9.4.0",
"eslint": "^9.1.1",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.14"
"vue-tsc": "^2.0.16"
}
}
17 changes: 15 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,21 @@ const list = [{
icon: 'https://code-image.cms.im/favicon.ico',
desc: '可以把程序代码生成图片的网站',
target: '_blank'
}
]
},
{
title: '智能的Webp、JPEG、PNG图片压缩工具',
href: 'https://free.tinypng.site/',
icon: 'https://free.tinypng.site/_next/image?url=%2Flogo.png&w=3840&q=75',
desc: '完全免费且永久无任何限制!',
target: '_blank'
},
{
title: 'IconSax icon list',
href: 'https://iconsax-icon-list.cms.im/',
icon: 'https://iconsax.io/logo-vuesax.svg',
desc: 'IconSax 图标展示列表,支持搜索',
target: '_blank'
}]
</script>

<template>
Expand Down
Loading

0 comments on commit 3759576

Please sign in to comment.