From 5b342daeff06c19d4d22a5793e2e886bee31968d Mon Sep 17 00:00:00 2001 From: ErgouTree <144682259+ergou10086@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:49:12 +0800 Subject: [PATCH 1/2] Add more SVG icons --- .idea/.gitignore | 5 +++ .idea/codeStyles/Project.xml | 59 ++++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/material_theme_project_new.xml | 12 ++++++ .idea/modules.xml | 8 ++++ .idea/skill-icons.iml | 12 ++++++ .idea/vcs.xml | 6 +++ icons/AzureSQLDatabase-Dark.svg | 7 ++++ icons/AzureSQLDatabase-Light.svg | 11 ++++++ icons/Excel-Dark.svg | 8 ++++ icons/Excel-Light.svg | 8 ++++ icons/JSON-Dark.svg | 6 +++ icons/JSON-Light.svg | 6 +++ icons/Mybatis-Dark.svg | 16 ++++++++ icons/Mybatis-Light.svg | 16 ++++++++ icons/MybatisPlus-Dark.svg | 16 ++++++++ icons/MybatisPlus-Light.svg | 16 ++++++++ icons/Netty-Dark.svg | 7 ++++ icons/Netty-Light.svg | 7 ++++ icons/SpringBoot-Dark.svg | 6 +++ icons/SpringBoot-Light.svg | 6 +++ icons/SpringCloud-Dark.svg | 6 +++ icons/SpringCloud-Light.svg | 6 +++ icons/VisualStudioCode-Dark.svg | 7 ++++ icons/VisualStudioCode-Light.svg | 8 ++++ icons/XML-Dark.svg | 6 +++ icons/XML-Light.svg | 6 +++ 27 files changed, 282 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/material_theme_project_new.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/skill-icons.iml create mode 100644 .idea/vcs.xml create mode 100644 icons/AzureSQLDatabase-Dark.svg create mode 100644 icons/AzureSQLDatabase-Light.svg create mode 100644 icons/Excel-Dark.svg create mode 100644 icons/Excel-Light.svg create mode 100644 icons/JSON-Dark.svg create mode 100644 icons/JSON-Light.svg create mode 100644 icons/Mybatis-Dark.svg create mode 100644 icons/Mybatis-Light.svg create mode 100644 icons/MybatisPlus-Dark.svg create mode 100644 icons/MybatisPlus-Light.svg create mode 100644 icons/Netty-Dark.svg create mode 100644 icons/Netty-Light.svg create mode 100644 icons/SpringBoot-Dark.svg create mode 100644 icons/SpringBoot-Light.svg create mode 100644 icons/SpringCloud-Dark.svg create mode 100644 icons/SpringCloud-Light.svg create mode 100644 icons/VisualStudioCode-Dark.svg create mode 100644 icons/VisualStudioCode-Light.svg create mode 100644 icons/XML-Dark.svg create mode 100644 icons/XML-Light.svg diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..10b731c5 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..fe178a48 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml new file mode 100644 index 00000000..10f90dc8 --- /dev/null +++ b/.idea/material_theme_project_new.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..599db256 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/skill-icons.iml b/.idea/skill-icons.iml new file mode 100644 index 00000000..24643cc3 --- /dev/null +++ b/.idea/skill-icons.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/AzureSQLDatabase-Dark.svg b/icons/AzureSQLDatabase-Dark.svg new file mode 100644 index 00000000..79857467 --- /dev/null +++ b/icons/AzureSQLDatabase-Dark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/icons/AzureSQLDatabase-Light.svg b/icons/AzureSQLDatabase-Light.svg new file mode 100644 index 00000000..fc808bd8 --- /dev/null +++ b/icons/AzureSQLDatabase-Light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/Excel-Dark.svg b/icons/Excel-Dark.svg new file mode 100644 index 00000000..b0c6308c --- /dev/null +++ b/icons/Excel-Dark.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/Excel-Light.svg b/icons/Excel-Light.svg new file mode 100644 index 00000000..a94f7bbf --- /dev/null +++ b/icons/Excel-Light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/JSON-Dark.svg b/icons/JSON-Dark.svg new file mode 100644 index 00000000..2a86673e --- /dev/null +++ b/icons/JSON-Dark.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/JSON-Light.svg b/icons/JSON-Light.svg new file mode 100644 index 00000000..dce2c335 --- /dev/null +++ b/icons/JSON-Light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/Mybatis-Dark.svg b/icons/Mybatis-Dark.svg new file mode 100644 index 00000000..bcd9d980 --- /dev/null +++ b/icons/Mybatis-Dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/Mybatis-Light.svg b/icons/Mybatis-Light.svg new file mode 100644 index 00000000..83371d94 --- /dev/null +++ b/icons/Mybatis-Light.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/MybatisPlus-Dark.svg b/icons/MybatisPlus-Dark.svg new file mode 100644 index 00000000..3f885824 --- /dev/null +++ b/icons/MybatisPlus-Dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/MybatisPlus-Light.svg b/icons/MybatisPlus-Light.svg new file mode 100644 index 00000000..28a454a1 --- /dev/null +++ b/icons/MybatisPlus-Light.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/Netty-Dark.svg b/icons/Netty-Dark.svg new file mode 100644 index 00000000..b8d8c3e4 --- /dev/null +++ b/icons/Netty-Dark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/icons/Netty-Light.svg b/icons/Netty-Light.svg new file mode 100644 index 00000000..d8b1ecf3 --- /dev/null +++ b/icons/Netty-Light.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/icons/SpringBoot-Dark.svg b/icons/SpringBoot-Dark.svg new file mode 100644 index 00000000..5925aa9d --- /dev/null +++ b/icons/SpringBoot-Dark.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/SpringBoot-Light.svg b/icons/SpringBoot-Light.svg new file mode 100644 index 00000000..0fb21d9f --- /dev/null +++ b/icons/SpringBoot-Light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/SpringCloud-Dark.svg b/icons/SpringCloud-Dark.svg new file mode 100644 index 00000000..f13a4d5e --- /dev/null +++ b/icons/SpringCloud-Dark.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/SpringCloud-Light.svg b/icons/SpringCloud-Light.svg new file mode 100644 index 00000000..51bc374c --- /dev/null +++ b/icons/SpringCloud-Light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/icons/VisualStudioCode-Dark.svg b/icons/VisualStudioCode-Dark.svg new file mode 100644 index 00000000..dc9ca3da --- /dev/null +++ b/icons/VisualStudioCode-Dark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/icons/VisualStudioCode-Light.svg b/icons/VisualStudioCode-Light.svg new file mode 100644 index 00000000..57755031 --- /dev/null +++ b/icons/VisualStudioCode-Light.svg @@ -0,0 +1,8 @@ + + + + + + + \ No newline at end of file diff --git a/icons/XML-Dark.svg b/icons/XML-Dark.svg new file mode 100644 index 00000000..436b9bf7 --- /dev/null +++ b/icons/XML-Dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/XML-Light.svg b/icons/XML-Light.svg new file mode 100644 index 00000000..79b86353 --- /dev/null +++ b/icons/XML-Light.svg @@ -0,0 +1,6 @@ + + + + + + From 6fd7b88773e865e94953330fec04da8336aa4793 Mon Sep 17 00:00:00 2001 From: ErguTree Date: Sat, 15 Nov 2025 18:40:25 +0800 Subject: [PATCH 2/2] include my add icons in the readme --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3798b7cf..ed20e4f3 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,6 @@

Powered by Cloudflare Workers ⚡

NOTE: To keep icons consistent and to ensure browser support, we don't accept pull requests for icon submissions. If you would like an icon added, please open an issue.

- # Docs - [Example](#example) @@ -150,6 +149,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `ember` | | | `emotion` | | | `express` | | +| `excel` | | | `fastapi` | | | `fediverse` | | | `figma` | | @@ -190,6 +190,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `jenkins` | | | `jest` | | | `jquery` | | +| `JSON` | | | `kafka` | | | `kali` | | | `kotlin` | | @@ -211,10 +212,13 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `misskey` | | | `mongodb` | | | `mysql` | | +| `mybatis` | | +| `mybatis-plus` | | | `neovim` | | | `nestjs` | | | `netlify` | | | `nextjs` | | +| `netty` | | | `nginx` | | | `nim` | | | `nix` | | @@ -284,6 +288,8 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `sketchup` | | | `solidity` | | | `solidjs` | | +| `springboot` | | +| `springcloud` | | | `svelte` | | | `svg` | | | `swift` | | @@ -318,10 +324,13 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `wordpress` | | | `workers` | | | `xd` | | +| `xml` | | | `yarn` | | | `yew` | | | `zig` | | + + --- ## 💖 Support the Project