From 3a1a2a2517827a4738b2d15638bb3bfd00e25cce Mon Sep 17 00:00:00 2001 From: ditiqi Date: Thu, 6 Feb 2025 19:23:33 +0800 Subject: [PATCH] add --- .../form/CourseContentForm/CourseSectionEmpty.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/web/src/components/models/course/editor/form/CourseContentForm/CourseSectionEmpty.tsx diff --git a/apps/web/src/components/models/course/editor/form/CourseContentForm/CourseSectionEmpty.tsx b/apps/web/src/components/models/course/editor/form/CourseContentForm/CourseSectionEmpty.tsx new file mode 100644 index 0000000..4dd1982 --- /dev/null +++ b/apps/web/src/components/models/course/editor/form/CourseContentForm/CourseSectionEmpty.tsx @@ -0,0 +1,11 @@ +import { PlusOutlined } from "@ant-design/icons"; + +export const CourseSectionEmpty = () => ( +
+
+ +

开始创建您的课程内容

+

点击下方按钮添加第一个章节

+
+
+);