From 4d04ef6bebab17b3a6d5de91c8f5db612ce798c8 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Thu, 7 Apr 2022 21:16:24 +0800 Subject: [PATCH] feat:add insert control menu --- index.html | 9 +++ src/assets/images/control.svg | 1 + src/editor/core/command/CommandAdapt.ts | 9 ++- src/main.ts | 91 ++++++++++++++++++++++++- src/style.css | 12 ++++ 5 files changed, 120 insertions(+), 2 deletions(-) create mode 100644 src/assets/images/control.svg diff --git a/index.html b/index.html index fddd499..01d078a 100644 --- a/index.html +++ b/index.html @@ -160,6 +160,15 @@ +