mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
add jarvis controller
This commit is contained in:
parent
a45b1ef9f0
commit
c35ac93a42
8
doc/controllers/JarvisController.lua
Normal file
8
doc/controllers/JarvisController.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
require(CONTROLLER_ROOT..".doccontroller")
|
||||||
|
DocController:subclass("JarvisController", {
|
||||||
|
path_map = {
|
||||||
|
vfs_path = "home://doc/jarvis",
|
||||||
|
local_path = "/home/mrsang/doc/jarvis",
|
||||||
|
},
|
||||||
|
name = "jarvis"
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user