diff --git a/README.md b/README.md index c1d7f28..34edd0c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [简体中文](/README_CN.md) | [English](/README.md) -**Please visit the [EasyTier Official Website](https://www.easytier.top/en/) to view the full documentation.** +**Please visit the [EasyTier Official Website](https://easytier.cn/en/) to view the full documentation.** EasyTier is a simple, safe and decentralized VPN networking solution implemented with the Rust language and Tokio framework. @@ -53,7 +53,7 @@ EasyTier is a simple, safe and decentralized VPN networking solution implemented 4. **Install by Docker Compose** - Please visit the [EasyTier Official Website](https://www.easytier.cn/en/) to view the full documentation. + Please visit the [EasyTier Official Website](https://easytier.cn/en/) to view the full documentation. 5. **Install by script (For Linux Only)** diff --git a/README_CN.md b/README_CN.md index 17f9b55..57adaf3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ [简体中文](/README_CN.md) | [English](/README.md) -**请访问 [EasyTier 官网](https://www.easytier.cn/) 以查看完整的文档。** +**请访问 [EasyTier 官网](https://easytier.cn/) 以查看完整的文档。** 一个简单、安全、去中心化的内网穿透 VPN 组网方案,使用 Rust 语言和 Tokio 框架实现。 @@ -53,7 +53,7 @@ 4. **通过Docker Compose安装** - 请访问 [EasyTier 官网](https://www.easytier.cn/) 以查看完整的文档。 + 请访问 [EasyTier 官网](https://easytier.cn/) 以查看完整的文档。 5. **使用一键脚本安装 (仅适用于 Linux)** diff --git a/easytier-gui/package.json b/easytier-gui/package.json index bff59ad..5df485b 100644 --- a/easytier-gui/package.json +++ b/easytier-gui/package.json @@ -46,7 +46,7 @@ "eslint": "^9.12.0", "eslint-plugin-format": "^0.1.2", "postcss": "^8.4.47", - "tailwindcss": "^3.4.13", + "tailwindcss": "=3.4.17", "typescript": "^5.6.2", "unplugin-auto-import": "^0.18.3", "unplugin-vue-components": "^0.27.4", diff --git a/easytier-gui/src/main.ts b/easytier-gui/src/main.ts index 8593aa9..bb38b2d 100644 --- a/easytier-gui/src/main.ts +++ b/easytier-gui/src/main.ts @@ -50,8 +50,8 @@ async function main() { darkModeSelector: 'system', cssLayer: { name: 'primevue', - order: 'tailwind-base, primevue, tailwind-utilities' - } + order: 'tailwind-base, primevue, tailwind-utilities', + }, }, }, }) diff --git a/easytier-web/frontend-lib/package.json b/easytier-web/frontend-lib/package.json index 6eae429..4108a8f 100644 --- a/easytier-web/frontend-lib/package.json +++ b/easytier-web/frontend-lib/package.json @@ -40,10 +40,10 @@ "postcss": "^8.4.47", "postcss-import": "^16.1.0", "postcss-nested": "^7.0.2", - "tailwindcss": "^3.4.14", + "tailwindcss": "=3.4.17", "typescript": "~5.6.3", "vite": "^5.4.10", "vite-plugin-dts": "^4.3.0", "vue-tsc": "^2.1.10" } -} +} \ No newline at end of file diff --git a/easytier-web/frontend-lib/src/components/Status.vue b/easytier-web/frontend-lib/src/components/Status.vue index b99fb5a..4b5d12d 100644 --- a/easytier-web/frontend-lib/src/components/Status.vue +++ b/easytier-web/frontend-lib/src/components/Status.vue @@ -303,9 +303,9 @@ function showEventLogs() {