From e225f8f96ec36ea0d6c9fa4784655e577bc9cfd7 Mon Sep 17 00:00:00 2001 From: o2oa Date: Thu, 23 Mar 2017 18:45:47 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3795f2d1..2dc554d820 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,12 @@ git clone https://github.com/{YOUR_GITHUB_USERNAME}/o2oa.git ### 目录  前台程序位于github的x_desktop_web目录 ####  目录规范 - +*   每个应用都是以 `x_component_{APPLICATION_NAME}`方式来命名,如x_component_Attendance表示考勤的目录 +*   应用中至少包括下列文件及目录 +```bash +    Main.js + $Main + appicon.png + default + css.wcss + lp -- GitLab