// import find from "./find" // import imglist from "./picture" // import section from "./section" find = require("./find") imglist = require("./picture") section = require("./section") let name = "漫画DB" let version = "20.01.18" let type = 1 module.exports = { name, version, type, find, imglist, section }