mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-25 06:36:08 +03:00
fix config port issue
This commit is contained in:
parent
3395876380
commit
3f397dbbf7
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="端口(Port)" Width="140" />
|
<Label Content="端口(Port)" Width="140" />
|
||||||
<TextBox Text="{Binding Path=Settings.ShadowSocksPort,Mode=OneTime}" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Path=Settings.Port,Mode=OneTime}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="服务器端口(Port)" Width="140" />
|
<Label Content="服务器端口(Port)" Width="140" />
|
||||||
<TextBox Text="443" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Settings.Port}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="端口(port)" Width="140" />
|
<Label Content="端口(port)" Width="140" />
|
||||||
<TextBox Text="443" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Settings.Port}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="端口(port)" Width="140" />
|
<Label Content="端口(port)" Width="140" />
|
||||||
<TextBox Text="443" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Settings.Port}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="端口(port)" Width="140" />
|
<Label Content="端口(port)" Width="140" />
|
||||||
<TextBox Text="443" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Settings.Port}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="端口(port)" Width="140" />
|
<Label Content="端口(port)" Width="140" />
|
||||||
<TextBox Text="443" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Settings.Port}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
<Label Content="端口(port)" Width="140" />
|
<Label Content="端口(port)" Width="140" />
|
||||||
<TextBox Text="443" IsReadOnly="True" Width="300" />
|
<TextBox Text="{Binding Settings.Port}" IsReadOnly="True" Width="300" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||||
|
Loading…
Reference in New Issue
Block a user