From 3ffc80b69b374707113e0c806f906feb31198556 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 20 Sep 2019 11:21:15 +0800 Subject: [PATCH] =?UTF-8?q?readme=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 58 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 07f3005..96ec7a0 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,33 @@ # bi-plugin-starter -FineBI插件模板 - -+ 目录结构(需要添加工程依赖,依赖指向BI中WEB-INF中的lib) - - lib中放引用的第三方jar包 - - src 代码&资源 - + java 后台插件代码 - + resources 前台资源 - - css 自定义的css - - image 图表类型图片 - - js 图表插件前台代码 - - build.xml Ant编译脚本 - - plugin.xml 插件 - -+ build.xml参数 - - line4: JDK路径 - - line8: 依赖的lib,从crm下bi的jar就行了 - - line17: value="插件名" - -+ plugin.xml参数 - - id:插件id - - name: 插件名 - - ventor: 插件作者 - - description:插件描述 - - AbstractWebResourceProvider&function-recorder的class:插件类 - -+ 图表插件前端工程 + chart.js构建 - - 见https://cloud.finedevelop.com/users/imp/repos/bi-plugin-boxline/browse \ No newline at end of file +FineBI 插件模板 + +- 目录结构(需要添加工程依赖,依赖指向 BI 中 WEB-INF 中的 lib) + + - lib 中放引用的第三方 jar 包 + - src 代码&资源 + - java 后台插件代码 + - resources 前台资源 + - css 自定义的 css + - image 图表类型图片 + - js 图表插件前台代码 + - build.xml Ant 编译脚本 + - plugin.xml 插件 + +- build.xml 参数 + + - line4: JDK 路径 + - line8: 依赖的 lib,从 crm 下 bi 的 jar 就行了 + - line17: value="插件名" + +- plugin.xml 参数 + + - id:插件 id + - name: 插件名 + - ventor: 插件作者 + - description:插件描述 + - AbstractWebResourceProvider&function-recorder 的 class:插件类 + +- 图表插件前端工程 + chart.js 构建 + +* 见https://git.fanruan.com/fanruan/bi-plugin-chart-template