From 9d3e7fc4a5f2feff4f6f4e7e55508f5e10173bb6 Mon Sep 17 00:00:00 2001 From: tcsnzh Date: Mon, 20 Sep 2021 18:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E6=90=9C=E7=B4=A2=E6=A1=86=E5=9C=A8?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9=E6=97=B6?= =?UTF-8?q?mousedown=E4=B8=8D=E4=BC=9A=E9=80=A0=E6=88=90=E6=8B=96=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 ++++- .pnpm-debug.log | 5 -- src/renderer/App.vue | 110 ++++++++++++++++++++++++------------------- 3 files changed, 72 insertions(+), 54 deletions(-) delete mode 100644 .pnpm-debug.log diff --git a/.gitignore b/.gitignore index 96015eb..e6c46e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,21 @@ .DS_Store + +dist/ dist/electron/* dist/web/* + build/* !build/icons/ + node_modules/ + npm-debug.log npm-debug.log.* +.pnpm-debug.log + thumbs.db !.gitkeep + .idea -dist/ +.vscode + diff --git a/.pnpm-debug.log b/.pnpm-debug.log deleted file mode 100644 index a412746..0000000 --- a/.pnpm-debug.log +++ /dev/null @@ -1,5 +0,0 @@ -{ - "0 debug pnpm:scope": { - "selected": 1 - } -} \ No newline at end of file diff --git a/src/renderer/App.vue b/src/renderer/App.vue index 77b8180..58a863b 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -1,6 +1,6 @@