From ea73d7ed3b490d7ca6dfc597644922bbf5b6e6c0 Mon Sep 17 00:00:00 2001 From: Zhe Fang Date: Thu, 6 Nov 2025 14:23:40 -0500 Subject: [PATCH] chores: add all deps link in readme --- README.CN.md | 2 ++ README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.CN.md b/README.CN.md index 64ea7f5..b2ecd81 100644 --- a/README.CN.md +++ b/README.CN.md @@ -143,6 +143,8 @@ BetterLyrics | [DevWinUI](https://github.com/ghost1372/DevWinUI) | 为 WinUI3 提供众多开箱即用的功能 | | ... | ... | +点按 [此处](https://github.com/jayfunc/BetterLyrics/network/dependencies) 查看所有依赖。 + ### 教程、博客等 - [Stackoverflow - How to animate Margin property in WPF](https://stackoverflow.com/a/21542882/11048731) diff --git a/README.md b/README.md index 723960c..9abb9a9 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Having trouble downloading and installing from the MS Store? See the alternative ## Build -Before you build, make sure that you have already replaced `BetterLyrics\BetterLyrics.WinUI3\BetterLyrics.WinUI3\Constants\LastFMTemplate` with `BetterLyrics\BetterLyrics.WinUI3\BetterLyrics.WinUI3\Constants\LastFM.cs` +Before you build, make sure that you have already replaced `BetterLyrics\BetterLyrics.WinUI3\BetterLyrics.WinUI3\Constants\LastFMTemplate` with `BetterLyrics\BetterLyrics.WinUI3\BetterLyrics.WinUI3\Constants\LastFM.cs`. ## 💖 Many thanks to @@ -148,6 +148,8 @@ Some functions and code are referenced or modified from public repositories, inc | [SpectrumVisualization](https://github.com/Johnwikix/SpectrumVisualization) | Audio visualization reference | | [DevWinUI](https://github.com/ghost1372/DevWinUI) | Provide many out-of-the-box features for building WinUI 3 applications | | ... | ... | + +See all the dependencies [here](https://github.com/jayfunc/BetterLyrics/network/dependencies). ### Tutorials/Blogs/etc.