core/bin/reptile/pufei_net/config.js

17 lines
338 B
JavaScript
Raw Normal View History

2020-01-03 23:57:08 +08:00
// import find from "./find"
// import imglist from "./picture"
// import section from "./section"
find = require("./find")
imglist = require("./picture")
section = require("./section")
let name = "扑飞漫画"
2022-02-01 16:31:29 +08:00
let version = "22.02.01"
2020-01-03 23:57:08 +08:00
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}