core/bin/reptile/tohomh123_com/config.js

17 lines
338 B
JavaScript
Raw Normal View History

2020-02-28 03:35:22 +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-29 06:16:03 +00:00
let version = "20.02.29"
2020-02-28 03:35:22 +00:00
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}