mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 10:18:21 +01:00
9 lines
213 B
Lua
9 lines
213 B
Lua
require(CONTROLLER_ROOT..".doccontroller")
|
|
DocController:subclass("JarvisController", {
|
|
path_map = {
|
|
vfs_path = "book://",
|
|
local_path = "/home/mrsang/doc/jarvis",
|
|
},
|
|
name = "jarvis"
|
|
})
|