1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/doc/controllers/JarvisController.lua

9 lines
206 B
Lua
Raw Normal View History

2020-09-13 17:27:42 +02:00
require(CONTROLLER_ROOT..".doccontroller")
DocController:subclass("JarvisController", {
path_map = {
vfs_path = "book://",
local_path = DOC_DIR.."/jarvis",
2020-09-13 17:27:42 +02:00
},
2021-02-07 13:52:06 +01:00
name = "jarvis"
2020-09-13 17:27:42 +02:00
})