mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
🔥 删除实时便笺请求
This commit is contained in:
@@ -2,13 +2,12 @@
|
|||||||
* @file web request TGRequest.ts
|
* @file web request TGRequest.ts
|
||||||
* @description 应用用到的请求函数
|
* @description 应用用到的请求函数
|
||||||
* @author BTMuli <bt-muli@outlook.com>
|
* @author BTMuli <bt-muli@outlook.com>
|
||||||
* @since Alpha v0.2.2
|
* @since Alpha v0.2.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { getAbyss } from "./getAbyss";
|
import { getAbyss } from "./getAbyss";
|
||||||
import { getAnnoList, getAnnoContent } from "./getAnno";
|
import { getAnnoList, getAnnoContent } from "./getAnno";
|
||||||
import { getCookieTokenBySToken } from "./getCookieToken";
|
import { getCookieTokenBySToken } from "./getCookieToken";
|
||||||
import { getDailyNotes, getGeeTest, postGeeTest } from "./getDailyNotes";
|
|
||||||
// import * from "./getEnkaData.ts";
|
// import * from "./getEnkaData.ts";
|
||||||
import { getGameAccountsBySToken, getGameAccountsByCookie } from "./getGameAccounts";
|
import { getGameAccountsBySToken, getGameAccountsByCookie } from "./getGameAccounts";
|
||||||
import { getGameRecord } from "./getGameRecord";
|
import { getGameRecord } from "./getGameRecord";
|
||||||
@@ -52,11 +51,6 @@ const TGRequest = {
|
|||||||
getSyncAvatarListAll,
|
getSyncAvatarListAll,
|
||||||
getSyncAvatarDetail,
|
getSyncAvatarDetail,
|
||||||
},
|
},
|
||||||
dailyNote: {
|
|
||||||
widget: getDailyNotes,
|
|
||||||
getTest: getGeeTest,
|
|
||||||
postRes: postGeeTest,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user