删除扑飞

This commit is contained in:
2020-01-14 14:16:37 +08:00
parent 76bcdbcf6e
commit 4c89c26945

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
}