Support .apk and .apk.1
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-05-31 17:30:35 +08:00
parent 53d76cb0f8
commit 00829ec21b
15 changed files with 1602 additions and 43 deletions

View File

@@ -79,14 +79,14 @@
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />
<!-- Version -->
<TextBlock x:Name="versionTitle"
<!-- Version Name -->
<TextBlock x:Name="versionNameTitle"
Grid.Row="4"
Grid.Column="1"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
Text="Version" />
<TextBlock x:Name="version"
<TextBlock x:Name="versionName"
Grid.Row="4"
Grid.Column="2"
Margin="8,0,0,0"