From 1d55b83b3be0afa73f02dbbf7c22221694859d28 Mon Sep 17 00:00:00 2001 From: weiwait Date: Thu, 5 Jan 2023 15:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ++++++++++++++----- version.php | 3 +++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea47884..07e6884 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,16 @@ [//]: # () [//]: # (![](https://github.com/weiwait/images/blob/main/dcat-smtp-menu.png?raw=true)) -### 示例图片 - -![示例图片](https://raw.githubusercontent.com/weiwait/images/main/dcat-filesystem-config.png) +##### 文件系统 +![文件系统](https://raw.githubusercontent.com/weiwait/images/main/dcat-filesystem-config.png) +##### 行政区划、坐标 +![区划选择](https://raw.githubusercontent.com/weiwait/images/main/dcat-v-distpicker.png) +##### 图片裁剪(支持多图) +![区划选择](https://raw.githubusercontent.com/weiwait/images/main/dcat-v-cropper.png) +##### 日期范围 +![区划选择](https://raw.githubusercontent.com/weiwait/images/main/dcat-v-daterange.png) +##### 列表、选择 +![区划选择](https://raw.githubusercontent.com/weiwait/images/main/dcat-v-other.png) ### 已有表单组件(采用的是Naive UI) ```php @@ -98,7 +105,9 @@ [comment]: <> (![示例图片](https://github.com/weiwait/images/blob/main/donate.png?raw=true)) ### Dcat-admin 扩展列表 -1. [图片裁剪](https://github.com/weiwait/dcat-cropper) -2. [区划级联+坐标拾取](https://github.com/weiwait/dcat-distpicker) + +[//]: # (1. [图片裁剪](https://github.com/weiwait/dcat-cropper)) + +[//]: # (2. [区划级联+坐标拾取](https://github.com/weiwait/dcat-distpicker)) 3. [smtp 便捷配置](https://github.com/weiwait/dcat-smtp) 4. [sms channel 便捷配置](https://github.com/weiwait/dcat-easy-sms) diff --git a/version.php b/version.php index 51b6b1c..02cfc08 100644 --- a/version.php +++ b/version.php @@ -67,4 +67,7 @@ return [ '一些优化', 'drop_filesystem_configs_table.php', ], + '2.5.1' => [ + '一些优化', + ], ];