From 3a6254d1cc2e23524a99844b798c09e611dcf780 Mon Sep 17 00:00:00 2001 From: JayChou Date: Tue, 7 Jan 2025 17:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E6=96=B0=E9=97=BB=E5=88=97?= =?UTF-8?q?=E8=A1=A8=20=E9=85=8D=E7=BD=AE=E5=8A=A8=E6=80=81=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E5=9B=BE=E6=A0=87=20=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +- public/favicon.ico | Bin 0 -> 1150 bytes src/Layout/main/index.vue | 18 +- src/Layout/tabbar/index.vue | 36 +-- src/api/news.ts | 10 +- src/directives/defaultImage.ts | 3 +- src/store/module/setting.ts | 19 ++ src/styles/index.scss | 3 + src/views/competition/index.vue | 2 +- src/views/home/index.vue | 101 ++++++-- src/views/news/components/newsDetail.vue | 2 +- src/views/news/index.vue | 308 +++++++++++------------ src/views/raceInfo/index.vue | 114 ++++++--- 13 files changed, 366 insertions(+), 253 deletions(-) create mode 100644 public/favicon.ico create mode 100644 src/store/module/setting.ts diff --git a/index.html b/index.html index 8f61c06..35cfc9f 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ - + + 高赛通 diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..b8391b92235dfdd121316bd3f0fc24deda7cd3e3 GIT binary patch literal 1150 zcmaiyUr19?9LJAS=lq9DZJ^n-Wx6t*f2xNN68giC!;lE^NqP|SK_U#+ix_c{kREyn zi7@bC5R`733@H+6r!o4T#v+1ywu^}Bq|Irsbfe$Ty!dl8C) zi_Jzb=Ail*gg6KxJ^&IZK^-Q9pm$0!Kx3FXN;ve#>!L89Zi>A0&fgh5>WA{VjLMJ}n(3ZW@@nC73QIbaz>!yXS`3 z=drDmJe2of;^`~Mid}uhHN*#$@5u@SdFxOC(0)2P(c>iz&y$?vW)VvWrSY^do^2!3MsGKVvfwiDg1WLqqoqfwuUc1B!0-< z*&NG{S^s(o6E;+N4W_Yt%BHRD@VZS7uY1!K$^N=TMfxUHUK995Bx4-U<*!U#z(Dn? znnwXGpmzaM%XF2(X?(BWS$w7@_XNYl#n%DfB(MHBSGlO=;w3Ftyfn?Ffc9lgwscvO zBlYahSjicDK96@ze_I~ZvpbJ{FBY}uACRnGpNVJZGQ|KjJD1U}o6nHy<}; --> - - + + + - --> + diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue index 5e5fed1..45ab916 100644 --- a/src/Layout/tabbar/index.vue +++ b/src/Layout/tabbar/index.vue @@ -4,11 +4,7 @@
- +
@@ -30,7 +26,10 @@
-
+
注册
@@ -40,7 +39,7 @@
@@ -67,11 +66,13 @@ diff --git a/src/views/raceInfo/index.vue b/src/views/raceInfo/index.vue index 0c6ccc0..c7c93a4 100644 --- a/src/views/raceInfo/index.vue +++ b/src/views/raceInfo/index.vue @@ -1,6 +1,5 @@