Skip to content

Commit 216066a

Browse files
committed
删掉交路查询底下的Card
1 parent 66f3b44 commit 216066a

File tree

3 files changed

+3
-28
lines changed

3 files changed

+3
-28
lines changed

RailGo/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Identity
1414
Name="mstouk57g.RailGo"
1515
Publisher="CN=A6979DDB-FE8C-4832-BF7B-A73C7295422A"
16-
Version="0.0.2.0" />
16+
Version="0.0.3.0" />
1717

1818
<mp:PhoneIdentity PhoneProductId="c81a3067-f4a2-4fce-8166-a31ece3c6194" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1919

RailGo/Strings/zh-cn/Resources.resw

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="AppDisplayName" xml:space="preserve">
121-
<value>RailGo 铁路行</value>
121+
<value>RailGo</value>
122122
</data>
123123
<data name="AppDescription" xml:space="preserve">
124-
<value>RailGo 铁路行</value>
124+
<value>RailGo</value>
125125
</data>
126126
<data name="Shell_Main.Content" xml:space="preserve">
127127
<value>主页</value>
@@ -170,9 +170,6 @@
170170
<data name="Shell_EMU_Routing.Content" xml:space="preserve">
171171
<value>动车组车底查询</value>
172172
</data>
173-
<data name="ChinaEmuCn.Description" xml:space="preserve">
174-
<value>打开china-emu网站</value>
175-
</data>
176173
<data name="ChinaEmuCn.Header" xml:space="preserve">
177174
<value>动车组列车</value>
178175
</data>
@@ -194,12 +191,6 @@
194191
<data name="GetBtn.Content" xml:space="preserve">
195192
<value>查询</value>
196193
</data>
197-
<data name="OpenXGZ.Description" xml:space="preserve">
198-
<value>打开下关站网站</value>
199-
</data>
200-
<data name="OpenXGZ.Header" xml:space="preserve">
201-
<value>下关站</value>
202-
</data>
203194
<data name="Shell_Train_Number.Content" xml:space="preserve">
204195
<value>车次查询</value>
205196
</data>

RailGo/Views/EMU_RoutingPage.xaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,6 @@
3535
<Button x:Name="GetBtn" x:Uid="GetBtn" Style="{StaticResource AccentButtonStyle}" Click="GetEmuBtn_Click" Margin="20,0"/>
3636
</StackPanel>
3737
<TextBlock x:Uid="EmuRoutingFromWhere" Margin="0,10,0,10"/>
38-
<SettingsControls:SettingsCard x:Name="OpenXGZ"
39-
ActionIcon="{ui:FontIcon Glyph=&#xE8A7;}"
40-
IsClickEnabled="True"
41-
Click="OpenWebsite"
42-
x:Uid="OpenXGZ"
43-
Margin="0,10"
44-
IsEnabled="True">
45-
</SettingsControls:SettingsCard>
46-
<SettingsControls:SettingsCard x:Name="ChinaEmuCn"
47-
ActionIcon="{ui:FontIcon Glyph=&#xE8A7;}"
48-
IsClickEnabled="True"
49-
Click="OpenWebsite"
50-
x:Uid="ChinaEmuCn"
51-
Margin="0,10"
52-
IsEnabled="True">
53-
</SettingsControls:SettingsCard>
5438
</StackPanel>
5539
<Grid HorizontalAlignment="Center" Margin="20,20" Grid.Column="1">
5640
<Grid.Resources>

0 commit comments

Comments
 (0)