mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
13 lines
275 B
TypeScript
13 lines
275 B
TypeScript
/**
|
|
* @file plugins/Mys/api/index.ts
|
|
* @description Mys API
|
|
* @since Beta v0.4.5
|
|
*/
|
|
|
|
const MysApi = {
|
|
Obc: "https://bbs.mihoyo.com/ys/obc/content/{contentId}/detail?bbs_presentation_style=no_header",
|
|
PostReferer: "https://bbs.mihoyo.com/",
|
|
};
|
|
|
|
export default MysApi;
|