mirror of
https://github.com/qist/tvbox.git
synced 2025-01-24 11:24:52 +08:00
Update drpy.js
This commit is contained in:
parent
8658350f7d
commit
2e86b68a03
@ -1,6 +1,6 @@
|
||||
import './lib/util.js';
|
||||
import cheerio from './lib/cheerio.min.js';
|
||||
import './lib/crypto-js.js'
|
||||
import cheerio from 'assets://js/lib/cheerio.min.js';
|
||||
import 'assets://js/lib/crypto-js.js'
|
||||
// import muban from 'https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/模板.js';
|
||||
|
||||
// const key = 'drpy_zbk';
|
||||
@ -649,8 +649,8 @@ function homeParse(homeObj) {
|
||||
}
|
||||
|
||||
classes.push({
|
||||
'type_id': url,
|
||||
'type_name': name
|
||||
'type_id': url.trim(),
|
||||
'type_name': name.trim()
|
||||
});
|
||||
} catch (e) {
|
||||
console.log(`分类列表定位第${idex}个元素正常报错:${e.message}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user