From b81a0377b8dabb74f5ba22453bbe214c0b93042f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Thu, 26 Mar 2026 13:38:35 +0800 Subject: [PATCH] =?UTF-8?q?2.4.4=20=E6=9B=B4=E6=94=B9=E4=B8=BB=E6=92=AD?= =?UTF-8?q?=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 + index.html | 25 +- src/App.vue | 20 +- src/components/HostListDialog.vue | 29 +-- src/pages/ConfigPage.vue | 56 +++-- src/utils/pk-mini/countryUtil.js | 393 +++++++++++++++++++++++++++++- src/views/pk-mini/PkHall.vue | 115 ++++++++- 7 files changed, 562 insertions(+), 78 deletions(-) diff --git a/.env.development b/.env.development index db19c58..ac31de1 100644 --- a/.env.development +++ b/.env.development @@ -6,5 +6,7 @@ VITE_REGISTER_API_URL=http://192.168.2.22:48080 # VITE_REGISTER_API_URL=https://backstageapi.yolozs.com # pk api地址 VITE_PK_MINI_API_URL=http://192.168.2.22:8086 +# VITE_PK_MINI_API_URL=https://pk.yolozs.com + # 商店地址 VITE_SHOP_URL=https://www.tkzyw.com diff --git a/index.html b/index.html index 4a9a393..9f00847 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - - - - Yolo(AI助手Web版) - - -
- - - - + + + + + Yolo终端 + + + +
+ + + + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index d2ac8ac..276694b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,15 +20,9 @@
- +
@@ -71,11 +65,11 @@ noticeStore.fetchNotices() onMounted(() => { // Set Title getAppVersion().then(version => { - document.title = `Yolo(AI助手Web版)v${version}` + document.title = `Yolo终端v${version}` }).catch(() => { - document.title = 'Yolo(AI助手Web版)' + document.title = 'Yolo终端' }) - console.log('[App]',!isDev , isElectronEnv , !updateReady.value) + console.log('[App]', !isDev, isElectronEnv, !updateReady.value) // Check Login try { const userData = localStorage.getItem(USER_KEY) @@ -101,7 +95,7 @@ onMounted(() => { window.electronAPI.onRotationStatusChanged(status => { rotationStatus.value = status -console.log('[App] 收到轮换状态变化123:', status) + console.log('[App] 收到轮换状态变化123:', status) // Auto switch tab if group changes if (status && status.currentActiveGroup && status.enabled) { console.log('[App] 收到轮换状态变化456:', status) diff --git a/src/components/HostListDialog.vue b/src/components/HostListDialog.vue index 6b16189..9f255f3 100644 --- a/src/components/HostListDialog.vue +++ b/src/components/HostListDialog.vue @@ -72,10 +72,8 @@
-