core/bin/reptile/gufengmh8/config.js
2019-12-26 18:19:48 +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 = "19.12.26"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}