From eec880bc7bf27506af25f89f9def29d2785ed073 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 22 Mar 2023 13:55:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(GCG):=20=E6=B7=BB=E5=8A=A0=20GCG=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=EF=BC=8C=E7=9B=AE=E5=89=8D=E5=8F=AA=E6=9C=89?= =?UTF-8?q?=E7=AE=80=E7=95=A5=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 +- src/data/app/GCG.json | 1736 ++++++++++++++++++++++++++++++++++++++++ src/data/app/index.ts | 11 +- src/data/init/GCG.ts | 37 + src/data/init/index.ts | 17 +- src/interface/GCG.ts | 51 +- src/utils/TGIndex.ts | 4 +- 7 files changed, 1832 insertions(+), 29 deletions(-) create mode 100644 src/data/app/GCG.json create mode 100644 src/data/init/GCG.ts diff --git a/src/App.vue b/src/App.vue index f9cc2584..171fbae1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,8 +14,7 @@