From 6ec054829f34e8efd775ef81cee24192c156674b Mon Sep 17 00:00:00 2001 From: lvfan2008 Date: Fri, 9 Dec 2016 17:21:16 +0800 Subject: [PATCH] modify README.md --- .idea/.name | 1 + .idea/blade.xml | 4 ++++ .idea/misc.xml | 14 ++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 13 +++++++++++++ .idea/vcs.xml | 6 ++++++ .idea/wx_component.iml | 8 ++++++++ README.md | 1 + 8 files changed, 55 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/blade.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/wx_component.iml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..dfc2711 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +wx_component \ No newline at end of file diff --git a/.idea/blade.xml b/.idea/blade.xml new file mode 100644 index 0000000..ddb9fb5 --- /dev/null +++ b/.idea/blade.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..19f74da --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4cbc415 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..d361ff5 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/wx_component.iml b/.idea/wx_component.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/wx_component.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 2fcb688..2292328 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,4 @@ wx_component 是根据[微信官方开放平台](https://open.weixin.qq.com/)提 ## LICENSE [MIT](https://opensource.org/licenses/MIT),尽情享受开源代码。 +