From cdc5dff1293d1c41db34ecf8cef70739b8101464 Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Wed, 14 Jan 2026 18:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E6=A1=A3=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 7 + config.js | 8 +- manifest.json | 4 +- pages/index/index.vue | 379 ++++++++++++++++++++++++++++++------------ pages/login/login.vue | 3 +- pages/quick/quick.vue | 1 + utils/api.js | 110 +++++++++++- utils/storage.js | 13 ++ 8 files changed, 408 insertions(+), 117 deletions(-) diff --git a/App.vue b/App.vue index d9d2e01..c0071c8 100644 --- a/App.vue +++ b/App.vue @@ -16,4 +16,11 @@ export default { page { background-color: #f0f0f0; } + +::-webkit-scrollbar { + display: none; + width: 0; + height: 0; + background: transparent; +} diff --git a/config.js b/config.js index f8146b8..b712123 100644 --- a/config.js +++ b/config.js @@ -1,10 +1,10 @@ const config = { baseUrl: getBaseUrl(), api: { - login: '/gw/login', - getQuestion: '/qgdzs/get_question', - answerQuestion: '/qgdzs/answer_question', - getAllCategory: '/qgdzs/get_all_category' + login: '/gw/open/login', + getQuestion: '/qgdzs/open/get_question', + answerQuestion: '/qgdzs/open/answer_question', + getAllCategory: '/qgdzs/open/get_all_category' }, timeout: 30000 } diff --git a/manifest.json b/manifest.json index 7261f00..18e7d31 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "卷王大乱斗", "appid" : "__UNI__3947B70", "description" : "", - "versionName" : "1.0.7", - "versionCode" : 107, + "versionName" : "1.0.8", + "versionCode" : 108, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index f4ebeb3..71cf6a3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,74 +1,157 @@