|
|
@ -42,20 +42,6 @@ SessionKit#getSession(@NotNull String sessionID); |
|
|
|
|
|
|
|
|
|
|
|
会在target目录下获得一个形如finekit-10.0-20190815.jar名字jar包,直接作为插件依赖jar包即可。 |
|
|
|
会在target目录下获得一个形如finekit-10.0-20190815.jar名字jar包,直接作为插件依赖jar包即可。 |
|
|
|
|
|
|
|
|
|
|
|
## 已完全依赖FineKit的插件 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|插件名|源码| |
|
|
|
|
|
|
|
|-----|----| |
|
|
|
|
|
|
|
|redis数据集插件|https://git.fanruan.com/fanruan/demo-tabledata-redis| |
|
|
|
|
|
|
|
|增强公式编辑器插件|https://git.fanruan.com/fanruan/demo-formula-script| |
|
|
|
|
|
|
|
|条件属性之文本对齐插件|https://git.fanruan.com/fanruan/demo-highlight-align| |
|
|
|
|
|
|
|
|评分形态插件|https://git.fanruan.com/fanruan/demo-show-present| |
|
|
|
|
|
|
|
|急速下拉树插件|https://git.fanruan.com/fanruan/demo-widget-ztree| |
|
|
|
|
|
|
|
|网页框插件|https://git.fanruan.com/fanruan/demo-widget-iframe| |
|
|
|
|
|
|
|
|时钟控件|https://git.fanruan.com/fanruan/demo-show-clock| |
|
|
|
|
|
|
|
|ldaps认证插件|https://git.fanruan.com/fanruan/demo-ldaps-passport| |
|
|
|
|
|
|
|
|个人国际化设置插件|https://git.fanruan.com/fanruan/decision-user-language| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 如何判断插件中调用的API需要增加到FineKit中 |
|
|
|
## 如何判断插件中调用的API需要增加到FineKit中 |
|
|
|
|
|
|
|
|
|
|
|
最简单的原则: |
|
|
|
最简单的原则: |
|
|
@ -76,4 +62,18 @@ SessionKit#getSession(@NotNull String sessionID); |
|
|
|
|
|
|
|
|
|
|
|
3、克隆FineKit代码到本地,新增相关的API代码,并提交到自己的仓库; |
|
|
|
3、克隆FineKit代码到本地,新增相关的API代码,并提交到自己的仓库; |
|
|
|
|
|
|
|
|
|
|
|
4、提交Pull Request到FineKit主仓库,等待审核通过被合并即可。 |
|
|
|
4、提交Pull Request到FineKit主仓库,等待审核通过被合并即可。 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 已完全依赖FineKit的插件 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|插件名|源码| |
|
|
|
|
|
|
|
|-----|----| |
|
|
|
|
|
|
|
|redis数据集插件|https://git.fanruan.com/fanruan/demo-tabledata-redis| |
|
|
|
|
|
|
|
|增强公式编辑器插件|https://git.fanruan.com/fanruan/demo-formula-script| |
|
|
|
|
|
|
|
|条件属性之文本对齐插件|https://git.fanruan.com/fanruan/demo-highlight-align| |
|
|
|
|
|
|
|
|评分形态插件|https://git.fanruan.com/fanruan/demo-show-present| |
|
|
|
|
|
|
|
|急速下拉树插件|https://git.fanruan.com/fanruan/demo-widget-ztree| |
|
|
|
|
|
|
|
|网页框插件|https://git.fanruan.com/fanruan/demo-widget-iframe| |
|
|
|
|
|
|
|
|时钟控件|https://git.fanruan.com/fanruan/demo-show-clock| |
|
|
|
|
|
|
|
|ldaps认证插件|https://git.fanruan.com/fanruan/demo-ldaps-passport| |
|
|
|
|
|
|
|
|个人国际化设置插件|https://git.fanruan.com/fanruan/decision-user-language| |
|
|
|