1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-27 02:59:47 +02:00

working silk mvc framework

This commit is contained in:
Xuan Sang LE
2018-08-22 19:38:36 +02:00
parent 1f369c61ec
commit 0ee4a9314f
19 changed files with 586 additions and 91 deletions

View File

@ -0,0 +1,5 @@
<?lua
local args = {...}
echo("add page : <br/>")
echo(JSON.encode(args))
?>

View File

@ -0,0 +1,5 @@
<?lua
local args = {...}
echo("edit page <br/>")
echo(JSON.encode(args))
?>

View File

@ -0,0 +1,4 @@
<?lua
local args = {...}
echo(JSON.encode(args))
?>