From 9343afe83136b4e1a23bad813adb5f9cf813604a Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Thu, 11 May 2023 19:32:05 +0800 Subject: [PATCH] feat: add catalog demo --- index.html | 12 +++++ src/assets/images/catalog.svg | 1 + src/editor/dataset/enum/Editor.ts | 3 +- src/editor/index.ts | 5 +- src/main.ts | 61 +++++++++++++++++++-- src/style.css | 88 ++++++++++++++++++++++++++++++- src/utils/index.ts | 12 +++++ 7 files changed, 175 insertions(+), 7 deletions(-) create mode 100644 src/assets/images/catalog.svg create mode 100644 src/utils/index.ts diff --git a/index.html b/index.html index 7289ad9..c8491aa 100644 --- a/index.html +++ b/index.html @@ -303,9 +303,21 @@ +
+
+ 目录 +
+ +
+
+
+