From 98ce3ff25b7f74eeb5594a230238bba4f8175be5 Mon Sep 17 00:00:00 2001 From: yangbowen Date: Sun, 7 Apr 2024 17:13:05 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deployment.xml | 14 ++++++++++++++ .idea/low-carbon-platform-php.iml | 13 +++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 22 ++++++++++++++++++++++ .idea/phpunit.xml | 11 +++++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 74 insertions(+) create mode 100644 .idea/deployment.xml create mode 100644 .idea/low-carbon-platform-php.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/phpunit.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..ee0a6e0 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/low-carbon-platform-php.iml b/.idea/low-carbon-platform-php.iml new file mode 100644 index 0000000..877f80c --- /dev/null +++ b/.idea/low-carbon-platform-php.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8126e1a --- /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..29059d0 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..422c581 --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,11 @@ + + + + + + \ 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