🔨 优化偏好处理逻辑.

This commit is contained in:
lijiahang
2025-01-13 11:01:11 +08:00
parent a734ec40ec
commit c481cb0ae4
6 changed files with 59 additions and 58 deletions

View File

@@ -24,6 +24,7 @@ interface XHRCustom extends XHR {
match: boolean;
}
// 防止 blob 格式的文件流被污染
// @ts-ignore
Mock.XHR.prototype.send = (() => {
// @ts-ignore