From 34d9c02856dc7c614e3d050a0e82ffa29e38cc23 Mon Sep 17 00:00:00 2001 From: luyisha Date: Tue, 4 Jul 2023 19:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/CommonFooter.vue | 90 ++-- src/components/CommonHeader.vue | 30 +- src/i18n/de.json | 44 +- src/i18n/en.json | 44 +- src/i18n/fra.json | 44 +- src/i18n/it.json | 44 +- src/i18n/jp.json | 44 +- src/i18n/kor.json | 44 +- src/i18n/pt.json | 44 +- src/i18n/spa.json | 44 +- src/i18n/tr.json | 44 +- src/i18n/tw.json | 54 +- src/views/home/index.vue | 629 ++++++++++++++++++----- static/images/1.png | Bin 0 -> 15468 bytes static/images/2.png | Bin 0 -> 12718 bytes static/images/3.png | Bin 0 -> 18702 bytes static/images/4.png | Bin 0 -> 20297 bytes static/images/7.png | Bin 0 -> 14740 bytes static/images/8.png | Bin 0 -> 11081 bytes static/images/9.png | Bin 0 -> 16172 bytes static/images/a.png | Bin 0 -> 714626 bytes static/images/dengl.png | Bin 0 -> 267677 bytes static/images/home_bg_1.png | Bin 0 -> 649846 bytes static/images/home_build_bg.png | Bin 0 -> 99837 bytes static/images/home_build_bg1.png | Bin 0 -> 12235 bytes static/images/icon/andriod.png | Bin 0 -> 3743 bytes static/images/icon/antFill-apple@2x.png | Bin 0 -> 1146 bytes static/images/icon/api.png | Bin 0 -> 4869 bytes static/images/icon/fab fa-android@2x.png | Bin 0 -> 970 bytes static/images/icon/google-play.png | Bin 0 -> 5174 bytes static/images/icon/imac.png | Bin 0 -> 2161 bytes static/images/icon/ios.png | Bin 0 -> 4659 bytes static/images/icon/linux.png | Bin 0 -> 8497 bytes static/images/icon/right.png | Bin 0 -> 5972 bytes static/images/icon/windows.png | Bin 0 -> 2805 bytes static/images/logo.png | Bin 0 -> 12297 bytes static/images/weidengl.png | Bin 0 -> 650989 bytes 38 files changed, 998 insertions(+), 203 deletions(-) create mode 100644 static/images/1.png create mode 100644 static/images/2.png create mode 100644 static/images/3.png create mode 100644 static/images/4.png create mode 100644 static/images/7.png create mode 100644 static/images/8.png create mode 100644 static/images/9.png create mode 100644 static/images/a.png create mode 100644 static/images/dengl.png create mode 100644 static/images/home_bg_1.png create mode 100644 static/images/home_build_bg.png create mode 100644 static/images/home_build_bg1.png create mode 100644 static/images/icon/andriod.png create mode 100644 static/images/icon/antFill-apple@2x.png create mode 100644 static/images/icon/api.png create mode 100644 static/images/icon/fab fa-android@2x.png create mode 100644 static/images/icon/google-play.png create mode 100644 static/images/icon/imac.png create mode 100644 static/images/icon/ios.png create mode 100644 static/images/icon/linux.png create mode 100644 static/images/icon/right.png create mode 100644 static/images/icon/windows.png create mode 100644 static/images/logo.png create mode 100644 static/images/weidengl.png diff --git a/src/App.vue b/src/App.vue index 108891e..db422a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -88,7 +88,7 @@ export default { .nav-link { // color: #fff; color:#c3d1de; - @include fs(14); + // @include fs(14); } .profile-nav { diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 6021ee5..7c09c84 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -16,94 +16,58 @@