导入完成

This commit is contained in:
2019-12-26 18:19:48 +08:00
parent a3a4991dd1
commit 77061d8417
4 changed files with 58 additions and 4 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 = "19.12.26"
let type = 1
module.exports = {
name,
version,
type,
find,
imglist,
section
}