2020-01-03 15:57:08 +00:00
|
|
|
// import find from "./find"
|
|
|
|
// import imglist from "./picture"
|
|
|
|
// import section from "./section"
|
|
|
|
find = require("./find")
|
|
|
|
imglist = require("./picture")
|
|
|
|
section = require("./section")
|
|
|
|
let name = "扑飞漫画"
|
2020-02-27 13:51:45 +00:00
|
|
|
let version = "20.02.27"
|
2020-01-03 15:57:08 +00:00
|
|
|
let type = 1
|
|
|
|
module.exports = {
|
|
|
|
name,
|
|
|
|
version,
|
|
|
|
type,
|
|
|
|
find,
|
|
|
|
imglist,
|
|
|
|
section
|
|
|
|
}
|