修改后台权限

This commit is contained in:
yoyuzh
2026-03-24 14:30:59 +08:00
parent 00f902f475
commit b2d9db7be9
9310 changed files with 1246063 additions and 48 deletions

View File

@@ -0,0 +1,17 @@
require('../getRawRequest-zx8rUJL2.cjs');
require('../createRequestId-Cs4oXfa1.cjs');
require('../bufferUtils-Uc0eRItL.cjs');
require('../handleRequest-CvX2G-Lz.cjs');
const require_fetch = require('../fetch-U3v3Y4ap.cjs');
const require_XMLHttpRequest = require('../XMLHttpRequest-BACqefB-.cjs');
//#region src/presets/browser.ts
/**
* The default preset provisions the interception of requests
* regardless of their type (fetch/XMLHttpRequest).
*/
var browser_default = [new require_fetch.FetchInterceptor(), new require_XMLHttpRequest.XMLHttpRequestInterceptor()];
//#endregion
module.exports = browser_default;
//# sourceMappingURL=browser.cjs.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"browser.cjs","names":["FetchInterceptor","XMLHttpRequestInterceptor"],"sources":["../../../src/presets/browser.ts"],"sourcesContent":["import { FetchInterceptor } from '../interceptors/fetch'\nimport { XMLHttpRequestInterceptor } from '../interceptors/XMLHttpRequest'\n\n/**\n * The default preset provisions the interception of requests\n * regardless of their type (fetch/XMLHttpRequest).\n */\nexport default [\n new FetchInterceptor(),\n new XMLHttpRequestInterceptor(),\n] as const\n"],"mappings":";;;;;;;;;;;;AAOA,sBAAe,CACb,IAAIA,gCAAkB,EACtB,IAAIC,kDAA2B,CAChC"}

View File

@@ -0,0 +1,12 @@
import { XMLHttpRequestInterceptor } from "../interceptors/XMLHttpRequest/index.cjs";
import { FetchInterceptor } from "../interceptors/fetch/index.cjs";
//#region src/presets/browser.d.ts
/**
* The default preset provisions the interception of requests
* regardless of their type (fetch/XMLHttpRequest).
*/
declare const _default: readonly [FetchInterceptor, XMLHttpRequestInterceptor];
export = _default;
//# sourceMappingURL=browser.d.cts.map

View File

@@ -0,0 +1,14 @@
import "../Interceptor-gqKgs-aF.mjs";
import { XMLHttpRequestInterceptor } from "../interceptors/XMLHttpRequest/index.mjs";
import { FetchInterceptor } from "../interceptors/fetch/index.mjs";
//#region src/presets/browser.d.ts
/**
* The default preset provisions the interception of requests
* regardless of their type (fetch/XMLHttpRequest).
*/
declare const _default: readonly [FetchInterceptor, XMLHttpRequestInterceptor];
//#endregion
export { _default as default };
//# sourceMappingURL=browser.d.mts.map

View File

@@ -0,0 +1,17 @@
import "../getRawRequest-BTaNLFr0.mjs";
import "../createRequestId-DQcIlohW.mjs";
import "../bufferUtils-BiiO6HZv.mjs";
import "../handleRequest-D7kpTI5U.mjs";
import { t as FetchInterceptor } from "../fetch-DdKEdDOR.mjs";
import { t as XMLHttpRequestInterceptor } from "../XMLHttpRequest-BvxZV0WU.mjs";
//#region src/presets/browser.ts
/**
* The default preset provisions the interception of requests
* regardless of their type (fetch/XMLHttpRequest).
*/
var browser_default = [new FetchInterceptor(), new XMLHttpRequestInterceptor()];
//#endregion
export { browser_default as default };
//# sourceMappingURL=browser.mjs.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"browser.mjs","names":[],"sources":["../../../src/presets/browser.ts"],"sourcesContent":["import { FetchInterceptor } from '../interceptors/fetch'\nimport { XMLHttpRequestInterceptor } from '../interceptors/XMLHttpRequest'\n\n/**\n * The default preset provisions the interception of requests\n * regardless of their type (fetch/XMLHttpRequest).\n */\nexport default [\n new FetchInterceptor(),\n new XMLHttpRequestInterceptor(),\n] as const\n"],"mappings":";;;;;;;;;;;;AAOA,sBAAe,CACb,IAAI,kBAAkB,EACtB,IAAI,2BAA2B,CAChC"}