From 756a0d4899fb413b39e5f179d7af897a2f5de4c8 Mon Sep 17 00:00:00 2001 From: SunnyQjm Date: Sun, 18 Aug 2019 08:46:31 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E5=9F=BA=E6=9C=AC=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=9A=84=E7=A7=BB=E5=8A=A8=E5=92=8C=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/inspectionProfiles/Project_Default.xml | 1 - .idea/markdown-navigator.xml | 86 ++++ .idea/misc.xml | 83 ---- .idea/modules.xml | 8 + .idea/taro-cropper.iml | 12 + .idea/vcs.xml | 1 + package.json | 7 +- project.config.json | 27 +- src/components/taro-cropper/index.scss | 3 + src/components/taro-cropper/index.tsx | 397 +++++++++++++++++++ src/pages/index/index.tsx | 54 ++- 11 files changed, 569 insertions(+), 110 deletions(-) create mode 100644 .idea/markdown-navigator.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/taro-cropper.iml create mode 100644 src/components/taro-cropper/index.scss create mode 100644 src/components/taro-cropper/index.tsx diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 7c4836f..cff1354 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,7 +1,6 @@ \ No newline at end of file diff --git a/.idea/markdown-navigator.xml b/.idea/markdown-navigator.xml new file mode 100644 index 0000000..453d8ae --- /dev/null +++ b/.idea/markdown-navigator.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e7c53c7..6c7b570 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,87 +4,4 @@