新增土豪漫画源

This commit is contained in:
2020-02-28 11:35:22 +08:00
parent 19b34fb5a4
commit 9af90677b5
4 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
// 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.02.28"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}