添加新新漫画

This commit is contained in:
2020-01-06 18:28:51 +08:00
parent bb1a40c1a9
commit e67a624630
5 changed files with 210 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.01.06"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}