From a371a9eb709ae4f2c542aac84b0075d1a2e91d35 Mon Sep 17 00:00:00 2001
From: fdzcxy212206243 <827738109@qq.com>
Date: Wed, 9 Oct 2024 10:05:36 +0800
Subject: [PATCH 1/3] Initial commit
---
README.md | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..590d917
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# doctor
+
--
2.34.1
From ac9de9e0cb1f3c7548dd893b4586d44bd79ac3d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B1=A4=E5=AE=9C=E9=BB=98?= <827738109@qq.com>
Date: Wed, 9 Oct 2024 10:40:18 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
11/index.html | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)
create mode 100644 11/index.html
diff --git a/11/index.html b/11/index.html
new file mode 100644
index 0000000..05c57c6
--- /dev/null
+++ b/11/index.html
@@ -0,0 +1,99 @@
+
+
+
+
+
+ 计算器
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
2.34.1
From 03bac24214587b339d5c0eb4ca1f44ae6f3b7b67 Mon Sep 17 00:00:00 2001
From: dengzeyu <2429874273@qq.com>
Date: Wed, 9 Oct 2024 17:24:23 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 3 +++
.idea/doctor.iml | 9 +++++++++
.idea/misc.xml | 6 ++++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
5 files changed, 32 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/doctor.iml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..359bb53
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
diff --git a/.idea/doctor.iml b/.idea/doctor.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/doctor.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..0548357
--- /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..c41025c
--- /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
--
2.34.1