mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
333 B
10 lines
333 B
import * as spider from '%s'
|
|
|
|
if (!globalThis.__JS_SPIDER__) {
|
|
if (spider.__jsEvalReturn) {
|
|
globalThis.req = http
|
|
globalThis.__JS_SPIDER__ = spider.__jsEvalReturn()
|
|
} else if (spider.default) {
|
|
globalThis.__JS_SPIDER__ = typeof spider.default === 'function' ? spider.default() : spider.default
|
|
}
|
|
} |