From 6e2dd0187be1469bda83a0de9053d53ce8975355 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Thu, 14 Oct 2021 16:44:51 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E6=94=AF=E6=8C=81?=
=?UTF-8?q?=E6=96=87=E6=9C=AC=E8=B6=85=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../canvas/components/Editor/Hyperlinks.vue | 120 ++++++
.../components/canvas/components/TextAttr.vue | 18 +-
.../canvas/custom-component/VText.vue | 15 +-
.../canvas/custom-component/component-list.js | 8 +
frontend/src/lang/en.js | 8 +-
frontend/src/lang/tw.js | 8 +-
frontend/src/lang/zh.js | 8 +-
frontend/src/styles/deicon/demo_index.html | 400 ++++++++++--------
frontend/src/styles/deicon/iconfont.css | 14 +-
frontend/src/styles/deicon/iconfont.js | 2 +-
frontend/src/styles/deicon/iconfont.json | 14 +
frontend/src/styles/deicon/iconfont.ttf | Bin 16320 -> 17284 bytes
frontend/src/styles/deicon/iconfont.woff | Bin 17537 -> 10628 bytes
frontend/src/styles/deicon/iconfont.woff2 | Bin 8360 -> 8940 bytes
14 files changed, 424 insertions(+), 191 deletions(-)
create mode 100644 frontend/src/components/canvas/components/Editor/Hyperlinks.vue
diff --git a/frontend/src/components/canvas/components/Editor/Hyperlinks.vue b/frontend/src/components/canvas/components/Editor/Hyperlinks.vue
new file mode 100644
index 0000000000..45da866b42
--- /dev/null
+++ b/frontend/src/components/canvas/components/Editor/Hyperlinks.vue
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+ Tips:{{ $t('panel.link_open_tips') }}
+
+
+
+
+ {{ $t('panel.new_window') }}
+ {{ $t('panel.now_window') }}
+
+
+
+
+
+
+ {{ $t('panel.confirm') }}
+ {{ $t('panel.cancel') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/components/canvas/components/TextAttr.vue b/frontend/src/components/canvas/components/TextAttr.vue
index 516070e87e..db382e2368 100644
--- a/frontend/src/components/canvas/components/TextAttr.vue
+++ b/frontend/src/components/canvas/components/TextAttr.vue
@@ -1,6 +1,6 @@
-