🌱 初步完成角色天赋获取

This commit is contained in:
BTMuli
2023-06-28 11:01:45 +08:00
parent 97314d131b
commit c8963efc98
7 changed files with 296 additions and 11 deletions

View File

@@ -1,14 +1,14 @@
/**
* @file web utils TGUtils.ts
* @description 应用用到的工具函数
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.2.0
* @author BTMuli <bt-muli@outlook.com>
* @since Alpha v0.2.1
*/
import { getAnnoCard } from "./getAnnoCard";
import { getRequestHeader, getRequestSignHeader } from "./getRequestHeader";
import { parseAnnoContent } from "./parseAnno";
import { getServerByUid } from "./tools";
import { getServerByUid, transCookie } from "./tools";
const TGUtils = {
Anno: {
@@ -21,6 +21,7 @@ const TGUtils = {
},
Tools: {
getServerByUid,
transCookie,
},
};