fix: 去掉校园网字样

This commit is contained in:
Chenx Dust
2026-08-10 22:42:13 +08:00
parent 42642edcd9
commit 72a5910d7f
2 changed files with 2 additions and 2 deletions

View File

@@ -458,7 +458,7 @@ void MainWindow::updateConnectionState(ConnectionState state)
case ConnectionState::Disconnected: case ConnectionState::Disconnected:
propertyValue = "disconnected"; propertyValue = "disconnected";
title = "尚未连接"; title = "尚未连接";
detail = "连接后即可访问校园网络资源。"; detail = "连接后即可访问网络资源。";
break; break;
case ConnectionState::Starting: case ConnectionState::Starting:
propertyValue = "starting"; propertyValue = "starting";

View File

@@ -240,7 +240,7 @@
<item> <item>
<widget class="QLabel" name="statusDetailLabel"> <widget class="QLabel" name="statusDetailLabel">
<property name="text"> <property name="text">
<string>连接后即可访问校园网络资源。</string> <string>连接后即可访问网络资源。</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>