diff --git a/README.CN.md b/README.CN.md
index e426854..62f217b 100644
--- a/README.CN.md
+++ b/README.CN.md
@@ -46,7 +46,7 @@
| :---: | :---: |
| 
无限期免费试用(功能与付费版一致) | [**📦 最新版本 (.zip)**](https://github.com/jayfunc/BetterLyrics/releases/latest)
[查看安装指南](https://www.cnblogs.com/jayfunc/p/19212078) |
-[📖 用户指南](https://github.com/jayfunc/BetterLyrics/wiki/使用指南) | [🔒 隐私政策](PrivacyPolicy.CN.md) | [⚖️ 服务条款](TermsofService.CN.md)
+[📖 用户指南](https://github.com/jayfunc/BetterLyrics/wiki/使用指南) | [🔒 隐私政策](docs/PrivacyPolicy.CN.md) | [⚖️ 服务条款](docs/TermsofService.CN.md)
@@ -80,19 +80,19 @@
| 标准视图 | 侧边栏模式 |
| :---: | :---: |
-|
|
|
+|
|
|
| 歌词视觉特效 | 多模式共存 |
| :---: | :---: |
-|
|
|
+|
|
|
| 全屏模式 | 全屏模式 |
| :---: | :---: |
-|
|
|
+|
|
|
| 音乐库 | 播放统计 |
| :---: | :---: |
-|
|
|
+|
|
|
@@ -104,6 +104,8 @@
**协助翻译:** 找不到你的语言?[点此开始翻译](https://github.com/jayfunc/BetterLyrics?tab=contributing-ov-file)。
+**开发插件:** 想要扩展功能?[🧩 阅读插件开发指南](docs/PLUGIN_DEV.md)。
+
**从源码构建:**
> 构建前,请确保已替换 `Constants` 文件夹下的 `DiscordTemplate.cs` 和 `LastFM.cs`。
@@ -115,7 +117,7 @@
| 网页平台 | 支付宝 (扫码) | 微信 (扫码) |
| :---: | :---: | :---: |
-| [PayPal](https://paypal.me/zhefangpay)
[Buy Me a Coffee](https://buymeacoffee.com/founchoo)
[爱发电 (Afdian)](https://afdian.com/a/jayfunc) |
|
|
+| [PayPal](https://paypal.me/zhefangpay)
[Buy Me a Coffee](https://buymeacoffee.com/founchoo)
[爱发电 (Afdian)](https://afdian.com/a/jayfunc) |
|
|
**[查看完整赞助者名单 (Hall of Fame)](SPONSORS.md)**
diff --git a/README.md b/README.md
index 7f159aa..553dbe2 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
| :---: | :---: |
| 
Unlimited free trial (Same as paid) | [**📦 Latest Release (.zip)**](https://github.com/jayfunc/BetterLyrics/releases/latest)
See [Installation Guide](https://jayfunc.blog/blog/how-to-install-zip) |
-[📖 User Guide](https://github.com/jayfunc/BetterLyrics/wiki/User-Guide) | [🔒 Privacy Policy](PrivacyPolicy.md) | [⚖️ Terms of Service](TermsofService.md)
+[📖 User Guide](https://github.com/jayfunc/BetterLyrics/wiki/User-Guide) | [🔒 Privacy Policy](docs/PrivacyPolicy.md) | [⚖️ Terms of Service](docs/TermsofService.md)
@@ -80,19 +80,19 @@
| Standard View | Narrow Mode |
| :---: | :---: |
-|
|
|
+|
|
|
| Lyrics Visual Effects | Coexisting Modes |
| :---: | :---: |
-|
|
|
+|
|
|
| Fullscreen Mode | Fullscreen Mode |
| :---: | :---: |
-|
|
|
+|
|
|
| Music Gallery | Playback Statistics |
| :---: | :---: |
-|
|
|
+|
|
|
@@ -104,6 +104,8 @@
**Help us translate:** Cannot find your language? [Start translating here](https://github.com/jayfunc/BetterLyrics?tab=contributing-ov-file).
+**Develop Plugins:** Want to extend functionality? [🧩 Read the Developer Guide](docs/PLUGIN_DEV.md).
+
**Build from source:**
> Before building, ensure you have replaced `DiscordTemplate.cs` and `LastFM.cs` in the `Constants` folder.
@@ -115,7 +117,7 @@ If you like BetterLyrics, please consider supporting it. Your support helps keep
| Web Platforms | Alipay (QR) | WeChat (QR) |
| :---: | :---: | :---: |
-| [PayPal](https://paypal.me/zhefangpay)
[Buy Me a Coffee](https://buymeacoffee.com/founchoo)
[爱发电 (Afdian)](https://afdian.com/a/jayfunc) |
|
|
+| [PayPal](https://paypal.me/zhefangpay)
[Buy Me a Coffee](https://buymeacoffee.com/founchoo)
[爱发电 (Afdian)](https://afdian.com/a/jayfunc) |
|
|
**[View the full Hall of Fame (Sponsors)](SPONSORS.md)**
diff --git a/docs/PLUGIN_DEV.CN.md b/docs/PLUGIN_DEV.CN.md
index 1b83412..24b0665 100644
--- a/docs/PLUGIN_DEV.CN.md
+++ b/docs/PLUGIN_DEV.CN.md
@@ -1,3 +1,5 @@
+**中文** | [**English**](PLUGIN_DEV.md)
+
# BetterLyrics 插件开发指南 🧩
欢迎开发 BetterLyrics 插件!本文档将指导你如何创建一个标准插件,并利用我们的自动化构建工具链,完美解决 .NET 裁剪(Trimming)和依赖冲突问题。
diff --git a/docs/PLUGIN_DEV.md b/docs/PLUGIN_DEV.md
index dcc585d..7659a5e 100644
--- a/docs/PLUGIN_DEV.md
+++ b/docs/PLUGIN_DEV.md
@@ -1,3 +1,5 @@
+[**中文**](PLUGIN_DEV.CN.md) | **English**
+
# BetterLyrics Plugin Development Guide 🧩
Welcome to BetterLyrics plugin development! This document guides you through creating a standard plugin and using our automated build toolchain to perfectly resolve .NET Trimming and dependency conflict issues.
diff --git a/PrivacyPolicy.CN.md b/docs/PrivacyPolicy.CN.md
similarity index 98%
rename from PrivacyPolicy.CN.md
rename to docs/PrivacyPolicy.CN.md
index 49b09bf..1b23cd8 100644
--- a/PrivacyPolicy.CN.md
+++ b/docs/PrivacyPolicy.CN.md
@@ -1,3 +1,5 @@
+**中文** | [**English**](PrivacyPolicy.md)
+
# BetterLyrics 隐私政策
**生效日期:** 2025 年 6 月 3 日
diff --git a/PrivacyPolicy.md b/docs/PrivacyPolicy.md
similarity index 98%
rename from PrivacyPolicy.md
rename to docs/PrivacyPolicy.md
index 1a73453..6abd3bc 100644
--- a/PrivacyPolicy.md
+++ b/docs/PrivacyPolicy.md
@@ -1,3 +1,5 @@
+[**中文**](PrivacyPolicy.CN.md) | **English**
+
# Privacy Policy for BetterLyrics
**Effective Date:** June 3, 2025
diff --git a/SPONSORS.md b/docs/SPONSORS.md
similarity index 100%
rename from SPONSORS.md
rename to docs/SPONSORS.md
diff --git a/TermsofService.CN.md b/docs/TermsofService.CN.md
similarity index 98%
rename from TermsofService.CN.md
rename to docs/TermsofService.CN.md
index e646bd1..c583688 100644
--- a/TermsofService.CN.md
+++ b/docs/TermsofService.CN.md
@@ -1,3 +1,5 @@
+**** | [**English**](TermsofService.md)
+
# BetterLyrics
**Чڣ** 2025 6 3
diff --git a/TermsofService.md b/docs/TermsofService.md
similarity index 98%
rename from TermsofService.md
rename to docs/TermsofService.md
index 730b2ed..8cac1ea 100644
--- a/TermsofService.md
+++ b/docs/TermsofService.md
@@ -1,3 +1,5 @@
+[****](TermsofService.CN.md) | **English**
+
# Terms of Service for BetterLyrics
**Effective Date:** June 3, 2025
diff --git a/Donate/Alipay.jpg b/docs/assets/donate/Alipay.jpg
similarity index 100%
rename from Donate/Alipay.jpg
rename to docs/assets/donate/Alipay.jpg
diff --git a/Donate/WeChatReward.png b/docs/assets/donate/WeChatReward.png
similarity index 100%
rename from Donate/WeChatReward.png
rename to docs/assets/donate/WeChatReward.png
diff --git a/Screenshots/all-in-one.png b/docs/assets/screenshots/all-in-one.png
similarity index 100%
rename from Screenshots/all-in-one.png
rename to docs/assets/screenshots/all-in-one.png
diff --git a/Screenshots/desktop.png b/docs/assets/screenshots/desktop.png
similarity index 100%
rename from Screenshots/desktop.png
rename to docs/assets/screenshots/desktop.png
diff --git a/Screenshots/dock.png b/docs/assets/screenshots/dock.png
similarity index 100%
rename from Screenshots/dock.png
rename to docs/assets/screenshots/dock.png
diff --git a/Screenshots/effect.png b/docs/assets/screenshots/effect.png
similarity index 100%
rename from Screenshots/effect.png
rename to docs/assets/screenshots/effect.png
diff --git a/Screenshots/fs1.png b/docs/assets/screenshots/fs1.png
similarity index 100%
rename from Screenshots/fs1.png
rename to docs/assets/screenshots/fs1.png
diff --git a/Screenshots/fs2.png b/docs/assets/screenshots/fs2.png
similarity index 100%
rename from Screenshots/fs2.png
rename to docs/assets/screenshots/fs2.png
diff --git a/Screenshots/fs3.png b/docs/assets/screenshots/fs3.png
similarity index 100%
rename from Screenshots/fs3.png
rename to docs/assets/screenshots/fs3.png
diff --git a/Screenshots/music-gallery.png b/docs/assets/screenshots/music-gallery.png
similarity index 100%
rename from Screenshots/music-gallery.png
rename to docs/assets/screenshots/music-gallery.png
diff --git a/Screenshots/narrow.png b/docs/assets/screenshots/narrow.png
similarity index 100%
rename from Screenshots/narrow.png
rename to docs/assets/screenshots/narrow.png
diff --git a/Screenshots/stats.png b/docs/assets/screenshots/stats.png
similarity index 100%
rename from Screenshots/stats.png
rename to docs/assets/screenshots/stats.png
diff --git a/Screenshots/std.png b/docs/assets/screenshots/std.png
similarity index 100%
rename from Screenshots/std.png
rename to docs/assets/screenshots/std.png