Skip to content

Commit dd0ab98

Browse files
author
Taois
committed
feat: 重打包
1 parent ecf425d commit dd0ab98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drpy-node-bundle/libs/localDsCore.bundled.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382297,6 +382297,7 @@ const batchFetch4 = async (items, maxWorkers = 5, timeoutConfig = 5e3) => {
382297382297
};
382298382298
//#endregion
382299382299
//#region ../libs_drpy/drpyInject.js
382300+
globalThis.iconv = import_lib$1.default;
382300382301
globalThis.batchFetch = batchFetch3;
382301382302
globalThis.axios = axios$1;
382302382303
globalThis.axiosX = pt;

libs_drpy/drpyInject.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import _ from './underscore-esm.min.js'
99
// import _ from 'underscore'
1010
import tunnel from "tunnel";
1111
import iconv from 'iconv-lite';
12+
globalThis.iconv = iconv;
1213
import {jsonpath, jsoup} from './htmlParser.js';
1314
import hlsParser from './hls-parser.js'
1415
import {keysToLowerCase} from '../utils/utils.js'

0 commit comments

Comments
 (0)