core/bin/reptile/pufei_net/config.js
2022-02-01 16:31:29 +08:00

17 lines
338 B
JavaScript

// 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 = "22.02.01"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}