From 0dc8d129d65e12d0385083425a0cac4cf579cc95 Mon Sep 17 00:00:00 2001 From: 3103211283 <3103211283@qq.com> Date: Sun, 17 Nov 2024 18:04:06 +0800 Subject: [PATCH 1/2] Add new feature or fix bug --- .idea/.gitignore | 3 +++ .idea/git-practice-assignment-2.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ test1.html | 10 ++++++++++ 6 files changed, 42 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/git-practice-assignment-2.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 test1.html 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/git-practice-assignment-2.iml b/.idea/git-practice-assignment-2.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/git-practice-assignment-2.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..07115cd --- /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..d47c6aa --- /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/test1.html b/test1.html new file mode 100644 index 0000000..629d3ab --- /dev/null +++ b/test1.html @@ -0,0 +1,10 @@ + + + + + Title + + +

邬文杰-202310139113

+ + \ No newline at end of file -- Gitee From c4e2bb9096a376f79c4d22777fad8ef3b999b251 Mon Sep 17 00:00:00 2001 From: 3103211283 <3103211283@qq.com> Date: Sun, 17 Nov 2024 18:11:55 +0800 Subject: [PATCH 2/2] Add new feature or fix bug --- .idea/vcs.xml | 1 + git-practice-assignment-2 | 1 + test1.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 160000 git-practice-assignment-2 diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..0f4bfa1 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/git-practice-assignment-2 b/git-practice-assignment-2 new file mode 160000 index 0000000..1ecffc6 --- /dev/null +++ b/git-practice-assignment-2 @@ -0,0 +1 @@ +Subproject commit 1ecffc6b1fcb2831bb93c81120ff0d46fe6b83ea diff --git a/test1.html b/test1.html index 629d3ab..c549c43 100644 --- a/test1.html +++ b/test1.html @@ -2,7 +2,7 @@ - Title + Title</tit </head> <body> <p>邬文杰-202310139113</p> -- Gitee