mishiro v1.8.1
Update
mishiro-core
1.4.0 -> 1.4.1- Add developer API:
window.mishiro.decryptBody(body: string, udid: string): any
window.mishiro._decryptBody(body: string, iv: Buffer): any
window.mishiro.encode(data: string): string
window.mishiro.decode(data: string): string
window.mishiro.getProfile(viewer: string | number): Promise<ServerResponse>