mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-20 10:33:22 +08:00
🎨 refractor(genshin): 将 genshin 插件转移到 core 目录下
This commit is contained in:
17
src/core/request/TGRequest.ts
Normal file
17
src/core/request/TGRequest.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file core request TGRequest.ts
|
||||
* @description 应用用到的请求函数
|
||||
* @author BTMuli<bt-muli@outlook.com>
|
||||
* @since Alpha v0.1.2
|
||||
*/
|
||||
|
||||
import { getAnnoList, getAnnoContent } from "./getAnno";
|
||||
|
||||
const TGRequest = {
|
||||
Anno: {
|
||||
getList: getAnnoList,
|
||||
getContent: getAnnoContent,
|
||||
},
|
||||
};
|
||||
|
||||
export default TGRequest;
|
||||
Reference in New Issue
Block a user