mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-05 07:15:06 +08:00
🌱 初步完成角色天赋获取
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user