From 3fcd74ce4ec733d30bb1066e4c2741072dc44683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:09:46 +0800 Subject: [PATCH] fix: Different network methods server URL display (#283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 严浩 --- easytier-gui/src/pages/index.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/easytier-gui/src/pages/index.vue b/easytier-gui/src/pages/index.vue index bb07392..e6ded7b 100644 --- a/easytier-gui/src/pages/index.vue +++ b/easytier-gui/src/pages/index.vue @@ -10,7 +10,7 @@ import { type } from '@tauri-apps/plugin-os' import Config from '~/components/Config.vue' import Status from '~/components/Status.vue' -import type { NetworkConfig } from '~/types/network' +import { type NetworkConfig, NetworkingMethod } from '~/types/network' import { loadLanguageAsync } from '~/modules/i18n' import { getAutoLaunchStatusAsync as getAutoLaunchStatus, loadAutoLaunchStatusAsync } from '~/modules/auto_launch' import { isAutostart, setLoggingLevel } from '~/composables/network' @@ -244,7 +244,7 @@ function isRunning(id: string) { -
+
@@ -271,7 +271,7 @@ function isRunning(id: string) {