From f71352af4b697cf90fa644e1253e557908555de0 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 27 Sep 2021 10:19:06 +0200 Subject: [PATCH] chore: sponsors --- README.md | 21 +++++++++++++++++-- docs/.vitepress/components/sponsors.json | 8 +++++++ .../public/sponsors/fincliplogo_black_svg.svg | 1 + .../public/sponsors/fincliplogo_white_svg.svg | 1 + 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 docs/public/sponsors/fincliplogo_black_svg.svg create mode 100644 docs/public/sponsors/fincliplogo_white_svg.svg diff --git a/README.md b/README.md index ee7613c8..c8555661 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,28 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje +

Platinum Sponsors

+ +

+ + + + + Finogeeks + + + +

+

Gold Sponsors

+ - Passionate People + + + Passionate People + @@ -48,7 +65,7 @@ Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source proje - NuxtJS + NuxtJS

diff --git a/docs/.vitepress/components/sponsors.json b/docs/.vitepress/components/sponsors.json index acdefe05..2aeef3ff 100644 --- a/docs/.vitepress/components/sponsors.json +++ b/docs/.vitepress/components/sponsors.json @@ -1,4 +1,12 @@ { + "platinum": [ + { + "href": "https://www.finclip.com/#/home?from=vue", + "alt": "Finogeeks", + "imgSrcLight": "/sponsors/fincliplogo_black_svg.svg", + "imgSrcDark": "/sponsors/fincliplogo_white_svg.svg" + } + ], "gold": [ { "href": "https://passionatepeople.io/", diff --git a/docs/public/sponsors/fincliplogo_black_svg.svg b/docs/public/sponsors/fincliplogo_black_svg.svg new file mode 100644 index 00000000..848f93d5 --- /dev/null +++ b/docs/public/sponsors/fincliplogo_black_svg.svg @@ -0,0 +1 @@ +五行代码,让你的APP拥有小程序运行能力 \ No newline at end of file diff --git a/docs/public/sponsors/fincliplogo_white_svg.svg b/docs/public/sponsors/fincliplogo_white_svg.svg new file mode 100644 index 00000000..3254e538 --- /dev/null +++ b/docs/public/sponsors/fincliplogo_white_svg.svg @@ -0,0 +1 @@ +五行代码,让你的APP拥有小程序运行能力 \ No newline at end of file -- 2.47.2