/** * @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;