From e6261d120a73bf2352df384e3a6dce12474bb0ac Mon Sep 17 00:00:00 2001 From: 63f1bb74d2451104dc7d8b9f <63f1bb74d2451104dc7d8b9f@devide> Date: Wed, 19 Jul 2023 23:32:08 +0800 Subject: [PATCH] Auto Commit --- index.html | 27 +- src/App.vue | 1 - src/components/GameChart.vue | 24 +- src/components/const.js | 6 +- src/components/gameJson.js | 1028 +++++++++------------------------- 5 files changed, 281 insertions(+), 805 deletions(-) diff --git a/index.html b/index.html index 714e108..ca14252 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,18 @@ - - - - - csdn 用户快捷查分改文 - - -
- - - + + + + + + + + csdn 用户快捷查分改文 + + + +
+ + + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 983aba2..4e2716e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,6 @@ const state = reactive({ current: 'grade查询分数' }) onMounted(() => { - const href = window.location.href const data = {} const urlArray = href.split('?') diff --git a/src/components/GameChart.vue b/src/components/GameChart.vue index e513528..302bf7e 100644 --- a/src/components/GameChart.vue +++ b/src/components/GameChart.vue @@ -20,24 +20,8 @@