core/bin/reptile/177mh_net/config.js
2020-01-06 18:28:51 +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 = "20.01.06"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}