Skip to content

Commit a2848a8

Browse files
wyc-26ineptchan
andcommitted
fix(PageSetupSystem): HTTP 代理提示信息错误
Co-authored-by: ineptchan <150328571+ineptchan@users.noreply.github.com>
1 parent fa38bd3 commit a2848a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plain Craft Launcher 2/Pages/PageSetup/PageSetupSystem.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
</Grid.RowDefinitions>
186186
<local:MyHint Grid.Row="0" Grid.ColumnSpan="2" Text="如果你不确定以下设置的作用,请保持默认。" IsWarn="True"/>
187187
<TextBlock Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Left" Text="HTTP 代理" Margin="0,0,25,0" />
188-
<local:MyTextBox x:Name="TextSystemHttpProxy" Grid.Row="2" Grid.ColumnSpan="2" Tag="SystemHttpProxy" Grid.Column="1" HintText="比如 127.0.0.1:8888" ToolTip="不正确的代理服务器地址会导致无法连接网络,因使用代理导致的网络问题不予处理。&#xa;请勿填写不信任的代理服务器地址,这可能会导致你的账号信息泄露,甚至账号被盗。"/>
188+
<local:MyTextBox x:Name="TextSystemHttpProxy" Grid.Row="2" Grid.ColumnSpan="2" Tag="SystemHttpProxy" Grid.Column="1" HintText="比如 http://127.0.0.1:1080/" ToolTip="不正确的代理服务器地址会导致无法连接网络,因使用代理导致的网络问题不予处理。&#xa;请勿填写不信任的代理服务器地址,这可能会导致你的账号信息泄露,甚至账号被盗。"/>
189189
<local:MyCheckBox Text="使用系统代理" Grid.Row="4" Height="22" Grid.Column="0"
190190
x:Name="UseDefaultProxy" Tag="SystemUseDefaultProxy"
191191
ToolTip="使用系统设置的代理,若未设置则不使用代理。" />

0 commit comments

Comments
 (0)