/** * @file web constant bbs.ts * @description 常量-应用数据 * @author BTMuli * @since Alpha v0.2.0 */ export const BBS_VERSION = "2.50.1"; export const BBS_HEADER_AGENT = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;