Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
--文档编写--

1,开发者整理完整一个模块的源码到src后,应当在这里完善相应的文档
2,src中应当包含演示的demo,比如弹出层的demo在src/box/demo中
3,文档起始页是start.php
4,每个模块的文档页应当在doc/page/中,页面格式参照doc/page/box.php,通过http://url/doc/start.php?box,box为文件名,不包含后缀
5,开发者需要整理的内容应当包含:演示、代码示例、API(如果需要)。
6,更新后别忘了提交代码啊

--by [email protected]