diff --git a/app/app.config.ts b/app/app.config.ts index 44e9568..9efd4a7 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -26,7 +26,7 @@ export default defineAppConfig({ } }, footer: { - credits: `Built with Nuxt UI • © ${new Date().getFullYear()}`, + credits: ` 创特物联科技有限公司• ©闽ICP备2023022186号-2`, colorMode: false, links: [{ 'icon': 'i-simple-icons-discord', @@ -43,6 +43,7 @@ export default defineAppConfig({ 'to': 'https://chuangtewulian.1688.com/page/index.html', 'target': '_blank', 'aria-label': 'Nuxt UI on GitHub' - }] + }], + address: '福建省 福鼎市 太姥山镇雄欣针织厂一楼创特物联科技' } }) diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index c763c96..b4fa256 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -1,22 +1,23 @@ -