扑飞漫画

This commit is contained in:
2020-01-03 23:57:08 +08:00
parent d2b0f63bb8
commit fcac6d0b02
8 changed files with 393 additions and 80 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.03"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}