From 14d8268428e944167191b2d8dbe97bf51519537c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E4=BB=AC=E7=9A=84=E5=B0=8Ff?= Date: Sat, 19 Feb 2022 15:20:05 +0800 Subject: [PATCH] :bookmark: v0.1.4 --- src/App.vue | 6 +++--- src/components/Index.vue | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2bb682b..5766af4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,10 +22,10 @@ body { -webkit-app-region: drag; } -svg, -span, + input, -button{ +button, +.no-drag { /* 禁止拖拽 允许点击 */ -webkit-app-region: no-drag; } diff --git a/src/components/Index.vue b/src/components/Index.vue index 037ec80..3db2445 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -7,7 +7,7 @@ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="14" - class="inline" + class="inline no-drag" @click="sendEvent('window-close')" > - + -
+ {{ follower }} -
+ @@ -114,7 +114,7 @@ -
+
@@ -150,12 +150,12 @@ > -
+ {{ star }} -
+ {{ starChange }} -
{{ fork }}
+ {{ fork }} {{ forkChange }}