From 78c51a7042d391e768aa36e7e3eebd1ec41e886e Mon Sep 17 00:00:00 2001 From: LauShyO <42187687+LauShyO@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:35:08 +0800 Subject: [PATCH] [auth]Added Logos & Added altName (#3482) Added logos for: Band LINUX DO Binance jianguoyun tianyiyun aliyun Lark tencent cloud qiniuyun volcengine BaiduCloud NeteaseMail BBS.NGA Added altName for: okx Nintendo --- .../custom-icons/_data/custom-icons.json | 94 ++++++++++++++++++- auth/assets/custom-icons/icons/BAND.svg | 1 + auth/assets/custom-icons/icons/BBS.NGA.svg | 1 + auth/assets/custom-icons/icons/BaiduCloud.svg | 1 + auth/assets/custom-icons/icons/Binance.svg | 1 + auth/assets/custom-icons/icons/LINUX_DO.svg | 1 + auth/assets/custom-icons/icons/Lark.svg | 1 + .../assets/custom-icons/icons/NeteaseMail.svg | 1 + auth/assets/custom-icons/icons/aliyun.svg | 1 + auth/assets/custom-icons/icons/jianguoyun.svg | 1 + auth/assets/custom-icons/icons/qiniuyun.svg | 1 + .../custom-icons/icons/tencent_cloud.svg | 1 + auth/assets/custom-icons/icons/tianyiyun.svg | 11 +++ auth/assets/custom-icons/icons/volcengine.svg | 1 + 14 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 auth/assets/custom-icons/icons/BAND.svg create mode 100644 auth/assets/custom-icons/icons/BBS.NGA.svg create mode 100644 auth/assets/custom-icons/icons/BaiduCloud.svg create mode 100644 auth/assets/custom-icons/icons/Binance.svg create mode 100644 auth/assets/custom-icons/icons/LINUX_DO.svg create mode 100644 auth/assets/custom-icons/icons/Lark.svg create mode 100644 auth/assets/custom-icons/icons/NeteaseMail.svg create mode 100644 auth/assets/custom-icons/icons/aliyun.svg create mode 100644 auth/assets/custom-icons/icons/jianguoyun.svg create mode 100644 auth/assets/custom-icons/icons/qiniuyun.svg create mode 100644 auth/assets/custom-icons/icons/tencent_cloud.svg create mode 100644 auth/assets/custom-icons/icons/tianyiyun.svg create mode 100644 auth/assets/custom-icons/icons/volcengine.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index f007deb690..400e76aacd 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -20,6 +20,12 @@ "title": "airtm", "hex": "000000" }, + { + "title": "aliyun", + "altNames": [ + "阿里云" + ] + }, { "title": "Amazon" }, @@ -30,6 +36,16 @@ { "title": "AscendEX" }, + { + "title": "BaiduCloud", + "altNames": [ + "百度云", + "baiduyun" + ] + }, + { + "title": "Band" + }, { "title": "Battle.net", "slug": "battlenet", @@ -38,12 +54,25 @@ "Blizzard" ] }, + { + "title": "BBS.NGA", + "altNames": [ + "NGA玩家社区", + "NGA社区" + ] + }, { "title": "Bethesda", "altNames": [ "Bethesda Softworks" ] }, + { + "title": "Binance", + "altNames": [ + "币安" + ] + }, { "title": "BinanceUS", "slug": "binance_us", @@ -327,6 +356,12 @@ "title": "Jagex", "hex": "D3D800" }, + { + "title": "jianguoyun", + "altNames": [ + "坚果云" + ] + }, { "title": "Kagi" }, @@ -356,9 +391,23 @@ "title": "La Poste", "slug": "laposte" }, + { + "title": "Lark", + "altNames": [ + "飞书" + ] + }, { "title": "Letterboxd" }, + { + "title": "Linux.Do", + "slug": "LINUX_DO", + "altNames": [ + "LINUX DO", + "LinxDo" + ] + }, { "title": "Local", "slug": "local_wp", @@ -446,6 +495,13 @@ "title": "Name.com", "slug": "name_com" }, + { + "title": "NeteaseMail", + "altNames": [ + "网易邮箱", + "Mail.163" + ] + }, { "title": "NextDNS" }, @@ -459,6 +515,12 @@ "title": "ngrok", "hex": "858585" }, + { + "title": "Nintendo", + "altNames": [ + "任天堂" + ] + }, { "title": "Njalla" }, @@ -487,7 +549,10 @@ }, { "title": "okx", - "hex": "000000" + "hex": "000000", + "altNames": [ + "欧易" + ] }, { "title": "Parsec" @@ -536,6 +601,13 @@ { "title": "Proxmox" }, + { + "title": "qiniuyun", + "altNames": [ + "七牛云", + "qiniu" + ] + }, { "title": "Real-Debrid", "slug": "real_debrid" @@ -641,6 +713,14 @@ { "title": "TCPShield" }, + { + "title": "tencent cloud", + "slug": "tencent_cloud" + "altNames": [ + "腾讯云", + "tencentcloud" + ] + }, { "title": "Techlore", "altNames": [ @@ -662,6 +742,12 @@ { "title": "Titan" }, + { + "title": "tianyiyun", + "altNames": [ + "天翼云" + ] + }, { "title": "TorGuard" }, @@ -712,6 +798,12 @@ "title": "Vikunja" }, { + "title": "volcengine", + "altNames": [ + "火山引擎" + ] + }, + { "title": "WARGAMING.NET" }, { diff --git a/auth/assets/custom-icons/icons/BAND.svg b/auth/assets/custom-icons/icons/BAND.svg new file mode 100644 index 0000000000..48188ae77c --- /dev/null +++ b/auth/assets/custom-icons/icons/BAND.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/BBS.NGA.svg b/auth/assets/custom-icons/icons/BBS.NGA.svg new file mode 100644 index 0000000000..4735844e74 --- /dev/null +++ b/auth/assets/custom-icons/icons/BBS.NGA.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/BaiduCloud.svg b/auth/assets/custom-icons/icons/BaiduCloud.svg new file mode 100644 index 0000000000..5ad21c7c07 --- /dev/null +++ b/auth/assets/custom-icons/icons/BaiduCloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/Binance.svg b/auth/assets/custom-icons/icons/Binance.svg new file mode 100644 index 0000000000..95a229021e --- /dev/null +++ b/auth/assets/custom-icons/icons/Binance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/LINUX_DO.svg b/auth/assets/custom-icons/icons/LINUX_DO.svg new file mode 100644 index 0000000000..c854fde240 --- /dev/null +++ b/auth/assets/custom-icons/icons/LINUX_DO.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/Lark.svg b/auth/assets/custom-icons/icons/Lark.svg new file mode 100644 index 0000000000..d48620145e --- /dev/null +++ b/auth/assets/custom-icons/icons/Lark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/NeteaseMail.svg b/auth/assets/custom-icons/icons/NeteaseMail.svg new file mode 100644 index 0000000000..2a7c127b65 --- /dev/null +++ b/auth/assets/custom-icons/icons/NeteaseMail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/aliyun.svg b/auth/assets/custom-icons/icons/aliyun.svg new file mode 100644 index 0000000000..052d6fed3c --- /dev/null +++ b/auth/assets/custom-icons/icons/aliyun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/jianguoyun.svg b/auth/assets/custom-icons/icons/jianguoyun.svg new file mode 100644 index 0000000000..c2c9060389 --- /dev/null +++ b/auth/assets/custom-icons/icons/jianguoyun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/qiniuyun.svg b/auth/assets/custom-icons/icons/qiniuyun.svg new file mode 100644 index 0000000000..d557213d70 --- /dev/null +++ b/auth/assets/custom-icons/icons/qiniuyun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/tencent_cloud.svg b/auth/assets/custom-icons/icons/tencent_cloud.svg new file mode 100644 index 0000000000..05f414b931 --- /dev/null +++ b/auth/assets/custom-icons/icons/tencent_cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/tianyiyun.svg b/auth/assets/custom-icons/icons/tianyiyun.svg new file mode 100644 index 0000000000..90889a6028 --- /dev/null +++ b/auth/assets/custom-icons/icons/tianyiyun.svg @@ -0,0 +1,11 @@ + + + + background + + + + Layer 1 + + + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/volcengine.svg b/auth/assets/custom-icons/icons/volcengine.svg new file mode 100644 index 0000000000..4d8a28f9a3 --- /dev/null +++ b/auth/assets/custom-icons/icons/volcengine.svg @@ -0,0 +1 @@ + \ No newline at end of file