From 81caf78dac87e25f4483ace40b58fdefd6a01b84 Mon Sep 17 00:00:00 2001 From: richie Date: Fri, 20 Sep 2019 09:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index 7d2ac95..5d068d5 100644 --- a/readme.md +++ b/readme.md @@ -42,20 +42,6 @@ SessionKit#getSession(@NotNull String sessionID); 会在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中 最简单的原则: @@ -76,4 +62,18 @@ SessionKit#getSession(@NotNull String sessionID); 3、克隆FineKit代码到本地,新增相关的API代码,并提交到自己的仓库; -4、提交Pull Request到FineKit主仓库,等待审核通过被合并即可。 \ No newline at end of file +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|