From de95d6187ddef584f81fbd8f48b895e8f515f9f4 Mon Sep 17 00:00:00 2001 From: tnga Date: Sun, 4 Feb 2024 18:50:57 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20Update=20F?= =?UTF-8?q?avicons=20component=20to=20use=20latest=20version=20of=20assets?= =?UTF-8?q?-favicons=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the Favicons component to use the latest version of the assets-favicons package. The links to the favicon files have been updated to point to the latest version of the package. This refactor does not add any new functionality or fix any bugs, but ensures that the component is using the most up-to-date assets. --- src/components/Favicons/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Favicons/index.tsx b/src/components/Favicons/index.tsx index 9ffafd9..0940af1 100644 --- a/src/components/Favicons/index.tsx +++ b/src/components/Favicons/index.tsx @@ -5,29 +5,29 @@ const Favicons = memo(() => { return ( From 8eeaf2a37488a6a6e04c5229377ef8b4f3049588 Mon Sep 17 00:00:00 2001 From: tnga Date: Sun, 4 Feb 2024 18:53:31 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor:=20Update=20R?= =?UTF-8?q?EADME.md=20logo=20image=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README.md file has been updated to use the latest version of the assets-logo package. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f60568e..4fb85c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
- + @@ -36,6 +36,8 @@ dumi-theme-lobehub is a documentation site theme package designed for `Dumi 2`. - [🤯 Usage](#-usage) - [⌨️ Local Development](#️-local-development) - [🤝 Contributing](#-contributing) +- [🔗 Links](#-links) + - [More Products](#more-products) #### @@ -105,7 +107,7 @@ interface SiteThemeConfig { } ``` -> **Note**\ +> \[!NOTE]\ > For detailed configuration, please refer to the [📘 Type file](https://github.com/lobehub/dumi-theme-lobehub/blob/master/src/types/config.ts) / [📘 Example](https://github.com/lobehub/dumi-theme-lobehub/blob/master/example/.dumirc.ts).