From 6eb0c6b588d98c5688b6061cc4e9a70813c5b5e4 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 30 Sep 2025 09:23:31 +0800 Subject: [PATCH] index-footer --- app/app.config.ts | 5 +- app/components/AppFooter.vue | 15 +- app/components/BottomNavigation.vue | 236 ++++++++----------- app/components/{News.vue => DevelopNews.vue} | 80 +++---- app/components/index/item4.vue | 2 +- app/components/index/item5.vue | 2 +- app/pages/index.vue | 3 +- 7 files changed, 153 insertions(+), 190 deletions(-) rename app/components/{News.vue => DevelopNews.vue} (78%) 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 @@ -