File tree Expand file tree Collapse file tree 4 files changed +3100
-1784
lines changed
Expand file tree Collapse file tree 4 files changed +3100
-1784
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const { t } = useI18n()
55<template >
66 <ALayoutFooter class =" bg-[--color-bg-2] px-2" >
77 <div
8- class =" mx-auto flex h-14 max-w-full whitespace-nowrap items-center justify-center"
8+ class =" mx-auto flex h-14 max-w-full items-center justify-center whitespace-nowrap "
99 >
1010 <ASpace >
1111 <div >
@@ -14,9 +14,15 @@ const { t } = useI18n()
1414 KMS Tools
1515 </ALink >
1616 </div >
17+ <div >
18+ Running on
19+ <ALink target =" _blank" href =" https://www.asiayun.com/aff/TVXVRALM" >
20+ AsiaYun
21+ </ALink >
22+ </div >
1723 <div >
1824 Code with by
19- <ALink target =" _blank" href =" https://www .ikxin.com" >
25+ <ALink target =" _blank" href =" https://blog .ikxin.com" >
2026 {{ t('label.author') }}
2127 </ALink >
2228 </div >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const title = computed(() => {
3434 </Head >
3535 <Body >
3636 <AppHeader />
37- <section class =" flex flex-1 mx-auto max-w-full gap-4 w-[72rem] " >
37+ <section class =" mx-auto flex w-[72rem] max-w-full flex-1 gap-4 " >
3838 <slot ></slot >
3939 </section >
4040 <AppFooter />
Original file line number Diff line number Diff line change 1212 },
1313 "dependencies" : {
1414 "@iconify-json/flag" : " ^1.2.5" ,
15- "@nuxt/icon" : " ^1.11 .0" ,
15+ "@nuxt/icon" : " ^1.13 .0" ,
1616 "@nuxtjs/color-mode" : " ^3.5.2" ,
17- "@nuxtjs/i18n" : " ^9.3.1 " ,
18- "@nuxtjs/tailwindcss" : " ^6.13.2 " ,
17+ "@nuxtjs/i18n" : " ^9.5.4 " ,
18+ "@nuxtjs/tailwindcss" : " ^6.14.0 " ,
1919 "@vueuse/nuxt" : " 12.2.0" ,
2020 "arco-design-nuxt-module" : " ^0.2.1" ,
21- "nuxt" : " ^3.16.0 " ,
21+ "nuxt" : " ^3.17.3 " ,
2222 "nuxt-echarts" : " ^0.2.6" ,
2323 "prettier" : " ^3.5.3" ,
2424 "prettier-plugin-tailwindcss" : " ^0.6.11" ,
25- "vue" : " ^3.5.13 "
25+ "vue" : " ^3.5.14 "
2626 },
2727 "prettier" : {
2828 "arrowParens" : " avoid" ,
You can’t perform that action at this time.
0 commit comments