1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

enable mobile compatibility

This commit is contained in:
lxsang 2021-02-07 13:52:06 +01:00
parent 7f29ab310a
commit 143094d301

View File

@ -4,9 +4,5 @@ DocController:subclass("JarvisController", {
vfs_path = "book://",
local_path = "/home/mrsang/doc/jarvis",
},
name = "jarvis",
elinks = {
{ name = "API", url = "https://doc.iohub.dev/antos/api/index.html" },
{ name = "Code", url = "https://github.com/lxsang/antos" }
}
name = "jarvis"
})