update LuaPlayground + add Docify

This commit is contained in:
lxsang
2020-11-19 20:07:28 +00:00
parent e3862fb0f5
commit dbe567aad9
20 changed files with 160 additions and 357 deletions

View File

@ -0,0 +1,7 @@
class Docify extends this.OS.application.BaseApplication
constructor: ( args ) ->
super "Docify", args
main: () ->
this.OS.register "Docify", Docify