From 73b4a9043640f7bf0892e2efcb9b887c09158674 Mon Sep 17 00:00:00 2001 From: zy <1563492401@qq.com> Date: Wed, 14 May 2025 22:48:56 +0800 Subject: [PATCH] =?UTF-8?q?zy=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README | 5 +++++ miNote.iml | 11 +++++++++++ 6 files changed, 44 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 miNote.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..2928d94 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1708153 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README b/README index fc0d824..5ba7d58 100644 --- a/README +++ b/README @@ -21,3 +21,8 @@ 3. Regarding feature request and general discussion, please visit Micode forum, http://micode.net/forum.php?mod=forumdisplay&fid=38 + + + + +zy分支 \ No newline at end of file diff --git a/miNote.iml b/miNote.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/miNote.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file