From 11f6938623461ea0944e4247fb36d6a8a379c9f9 Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Wed, 8 Mar 2023 14:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E9=A9=B1=E5=8A=A8=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++------ snowy-plugin-api/README.md | 4 ++++ snowy-plugin/README.md | 4 ++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d5c788fa..4235de96 100644 --- a/pom.xml +++ b/pom.xml @@ -622,14 +622,14 @@ - + - + - + diff --git a/snowy-plugin-api/README.md b/snowy-plugin-api/README.md index c0f9d989..4585013f 100644 --- a/snowy-plugin-api/README.md +++ b/snowy-plugin-api/README.md @@ -8,4 +8,8 @@ ####开发工具插件api接口: snowy-plugin-dev-api +####代码生成api接口: snowy-plugin-gen-api + +####移动端管理api接口: snowy-plugin-mobile-api + ####系统功能插件api接口: snowy-plugin-sys-api \ No newline at end of file diff --git a/snowy-plugin/README.md b/snowy-plugin/README.md index 1d9cb4bd..03638850 100644 --- a/snowy-plugin/README.md +++ b/snowy-plugin/README.md @@ -8,4 +8,8 @@ ####开发工具插件: snowy-plugin-dev +####代码生成插件: snowy-plugin-gen + +####移动端管理插件: snowy-plugin-mobile + ####系统功能插件: snowy-plugin-sys \ No newline at end of file