core/bin/reptile/taduo_net/config.js
2020-01-02 21:58:17 +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.02"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}