From 52161f795526be7080c322cd819337b17bf5b1ed Mon Sep 17 00:00:00 2001 From: significative <163999932+significative@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E7=82=B9=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitignore => .gitignore | 0 .../components/BriefIntroduction.vue | 65 ++++++++++ .../src/views/knowledge/index.vue | 111 +++++++++--------- 3 files changed, 119 insertions(+), 57 deletions(-) rename gitignore => .gitignore (100%) create mode 100644 teaching_integration_platform_template/src/views/knowledge/components/BriefIntroduction.vue diff --git a/gitignore b/.gitignore similarity index 100% rename from gitignore rename to .gitignore diff --git a/teaching_integration_platform_template/src/views/knowledge/components/BriefIntroduction.vue b/teaching_integration_platform_template/src/views/knowledge/components/BriefIntroduction.vue new file mode 100644 index 0000000..f1d52c5 --- /dev/null +++ b/teaching_integration_platform_template/src/views/knowledge/components/BriefIntroduction.vue @@ -0,0 +1,65 @@ + + + + + + + diff --git a/teaching_integration_platform_template/src/views/knowledge/index.vue b/teaching_integration_platform_template/src/views/knowledge/index.vue index 5a7343f..6725a18 100644 --- a/teaching_integration_platform_template/src/views/knowledge/index.vue +++ b/teaching_integration_platform_template/src/views/knowledge/index.vue @@ -1,5 +1,5 @@