mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
fix: 去掉校园网字样
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user