添加验证

This commit is contained in:
2020-01-17 15:33:56 +08:00
parent 878337a2f2
commit 716090b6ef
6 changed files with 75 additions and 53 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
}