From f84ae228fc8cd715928cc95a3af55d3b75aa0010 Mon Sep 17 00:00:00 2001 From: "sijie.sun" Date: Sun, 16 Mar 2025 11:07:35 +0800 Subject: [PATCH] fix some tailwind style not work --- README.md | 4 +- README_CN.md | 4 +- easytier-gui/package.json | 2 +- easytier-gui/src/main.ts | 4 +- easytier-web/frontend-lib/package.json | 4 +- .../frontend-lib/src/components/Status.vue | 4 +- easytier-web/frontend-lib/src/style.css | 4 -- easytier-web/frontend/package.json | 4 +- easytier-web/frontend/src/main.ts | 2 +- pnpm-lock.yaml | 42 ++++++++----------- 10 files changed, 32 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index c1d7f28b..34edd0c2 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 17f9b552..57adaf33 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 bff59ad4..5df485bd 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 8593aa9d..bb38b2d8 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 6eae4296..4108a8f4 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 b99fb5aa..4b5d12d7 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() {