From ec575068034cbdc582798bcd13c5032c3994c0b2 Mon Sep 17 00:00:00 2001 From: lingling Date: Sun, 19 Mar 2023 23:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=98=AF=E5=90=A6=E5=9C=A8=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/api.ts b/src/api/api.ts index 1b26bbe..5dd4945 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -3,5 +3,8 @@ class getdata { async get_server() { return await api.get('https://api.shagain.club/api.php?type=list'); } + async text_server() { + return await api.get('https://api.shagain.club/api.php?type=list'); + } } export { getdata };