Skip to content

Commit

Permalink
feat: 增加友情链接
Browse files Browse the repository at this point in the history
  • Loading branch information
dxhuii committed Jun 12, 2024
1 parent 0e652b4 commit d341b4b
Show file tree
Hide file tree
Showing 4 changed files with 2,338 additions and 2,023 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v20.14.0
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.2.0",
"engines": {
"node": "20.12.2"
"node": "20.14.0"
},
"scripts": {
"build": "nuxi build",
Expand All @@ -23,21 +23,21 @@
"chinese-simple2traditional": "^2.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "2.19.1",
"@antfu/eslint-config": "2.21.1",
"@dxhuii/eslint-config": "^2.2.0",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/twemoji": "^1.1.15",
"@nuxtjs/color-mode": "^3.4.1",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-config": "^0.60.3",
"@unocss/nuxt": "^0.60.3",
"@vite-pwa/nuxt": "^0.7.0",
"@vueuse/nuxt": "^10.10.0",
"@unocss/eslint-config": "^0.61.0",
"@unocss/nuxt": "^0.61.0",
"@vite-pwa/nuxt": "^0.8.0",
"@vueuse/nuxt": "^10.10.1",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"nuxt": "^3.11.2",
"eslint": "^9.4.0",
"nuxt": "^3.12.1",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
}
}
6 changes: 6 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,11 @@ const list = [{
</div>
</NuxtLink>
</div>
<h2 class="mt-4 flex">
友情链接
</h2>
<div mt4 text-sm>
<a href="https://www.item-china.cn/" target="_blank" hover:text-lightBlue>工业铝型材</a>
</div>
</div>
</template>
Loading

0 comments on commit d341b4b

Please sign in to comment.