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 @@
-