From a0bf2047e9a783c63a2bb70ab8bbd60f1ff2443d Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 4 Jan 2024 15:53:13 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20Code=20structure=20adju?= =?UTF-8?q?stment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- src/icons/svgo.config.js | 1 - src/icons/svgo/.gitkeep | 0 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 src/icons/svgo/.gitkeep diff --git a/.gitignore b/.gitignore index 0140738b..4a5522e1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,4 @@ pnpm-lock.yaml dist dist-ssr dist-electron -dist-release -svgo \ No newline at end of file +dist-release \ No newline at end of file diff --git a/src/icons/svgo.config.js b/src/icons/svgo.config.js index e64a72ab..4184764d 100644 --- a/src/icons/svgo.config.js +++ b/src/icons/svgo.config.js @@ -1,5 +1,4 @@ module.exports = { - exclude: ['home.svg', 'volume-down.svg', 'volume-mute.svg', 'volume-up.svg'], plugins: [ { name: 'removeAttrs', diff --git a/src/icons/svgo/.gitkeep b/src/icons/svgo/.gitkeep new file mode 100644 index 00000000..e69de29b