diff --git a/README.md b/README.md
index 8add7b8..93c4a65 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@
| [向日葵](https://sunlogin.oray.com/download/linux) | sunloginclient
提取自 Debian 12 的依赖:
gconf2-common
libgconf-2-4 | ✅ | |
| [ToDesk](https://www.todesk.com/linux.html) | todesk | ✅ | |
| [微信](https://linux.weixin.qq.com/) | wechat | ✅ | ✅ |
+| [欧路词典](https://www.eudic.net/v4/en/app/download) | eudic | ✅ | |
### Git Releses
diff --git a/get/eudic.sh b/get/eudic.sh
new file mode 100644
index 0000000..f623c92
--- /dev/null
+++ b/get/eudic.sh
@@ -0,0 +1,7 @@
+WEB_CONTENT=$(curl -s https://www.eudic.net/v4/en/app/download)
+
+AMD64_URL=$(echo $WEB_CONTENT | grep -o 'https://[^"]*\.deb[^"]*')
+# https://www.eudic.net/download/eudic.deb?v=2025-08-25
+VERSION=$(echo $AMD64_URL | cut -d '=' -f 2)
+
+./check_downloader.py eudic "$VERSION" "$AMD64_URL" amd64