From aed20a0c79dffe7e1745ba36308dbb8cef7634c7 Mon Sep 17 00:00:00 2001 From: Bravepping <1131302745@qq.com> Date: Sat, 19 Apr 2025 15:05:02 +0800 Subject: [PATCH] commit --- index.html | 4 +- package.json | 2 + pnpm-lock.yaml | 201 ++++++++++++ public/favicon.ico | Bin 4286 -> 67646 bytes src/api/nba.js | 94 ++++-- src/components/LiveStream.vue | 402 ++++++++++++++--------- src/components/NBASchedule.vue | 166 +++++++--- src/main.js | 7 +- src/router/index.js | 40 ++- src/stores/game.js | 39 +++ src/views/Admin.vue | 579 +++++++++++++++++++++++++++++++++ src/views/Play.vue | 42 +-- src/views/Test.vue | 161 +++++++++ 13 files changed, 1480 insertions(+), 257 deletions(-) create mode 100644 src/stores/game.js create mode 100644 src/views/Admin.vue create mode 100644 src/views/Test.vue diff --git a/index.html b/index.html index ecb6019..45ad93c 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,11 @@ -