Skip to content

Commit c749fad

Browse files
committed
🎨 加速二级代理描述
1 parent 25afcb2 commit c749fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BD.WTTS.Client.Plugins.Accelerator/UI/Views/Pages/ProxySettingsPage.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<Button Content="选择证书"/>
105105
</DockPanel>-->
106106

107-
<ui:SettingsExpanderItem Description="*该选项勾选后会导致程序的加速完全不生效,请确认是配合二级代理实现仅需要脚本功能后再启用">
107+
<ui:SettingsExpanderItem Description="*该选项勾选后会导致程序的加速失效,请确认是配合二级代理实现仅需要脚本功能后再启用">
108108
<TextBlock Text="{Binding Path=Res.CommunityFix_ProxyOnlyOnScript, Mode=OneWay, Source={x:Static s:ResourceService.Current}}" />
109109
<ui:SettingsExpanderItem.Footer>
110110
<ToggleSwitch Classes="LeftContent" IsChecked="{Binding Source={x:Static ms:ProxySettings.OnlyEnableProxyScript}, Path=Value, Mode=TwoWay}" />
@@ -114,7 +114,7 @@
114114

115115

116116
<ui:SettingsExpander
117-
Description="*改动后需重启加速才能生效"
117+
Description="*请在有正确二级代理的情况下才考虑启用该选项,否则会导致程序的加速失效,改动后需重启加速才能生效"
118118
Header="{Binding Path=Res.Settings_Proxy_TwoLevelAgent, Mode=OneWay, Source={x:Static s:ResourceService.Current}}"
119119
IsExpanded="True">
120120
<ui:SettingsExpander.Footer>

0 commit comments

Comments
 (0)