删除扑飞
This commit is contained in:
17
bin/reptile/pufei_net/badconfig.js
Normal file
17
bin/reptile/pufei_net/badconfig.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// import find from "./find"
|
||||
// import imglist from "./picture"
|
||||
// import section from "./section"
|
||||
find = require("./find")
|
||||
imglist = require("./picture")
|
||||
section = require("./section")
|
||||
let name = "扑飞漫画"
|
||||
let version = "20.01.03"
|
||||
let type = 1
|
||||
module.exports = {
|
||||
name,
|
||||
version,
|
||||
type,
|
||||
find,
|
||||
imglist,
|
||||
section
|
||||
}
|
||||
Reference in New Issue
Block a user