From 99f652f14504aa1d5d1df25b46e6c4d1ab57e306 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 15 Dec 2021 15:39:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B8=B8=E6=88=8F=E7=82=B9?= =?UTF-8?q?=E8=B5=9E=E5=92=8C=E6=94=B6=E8=97=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 ++- src/api/game.ts | 101 ++++++++++++++++++++++++---- src/api/game_data.ts | 15 +++++ src/api/request.ts | 8 ++- src/components/BigImgCell/index.vue | 40 +++++++---- src/jcfw/SDKManage.js | 5 ++ src/main.ts | 4 ++ src/modules/gameinfo.ts | 3 + src/pages/index/index.vue | 55 +++++++++++++-- 9 files changed, 208 insertions(+), 33 deletions(-) create mode 100644 src/api/game_data.ts diff --git a/src/App.vue b/src/App.vue index 41b4012..368d390 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,25 @@