Merge pull request #285 from denglihong2007/dev

feat: 增加微软商店链接
This commit is contained in:
denglihong2007
2025-12-07 03:34:47 +08:00
committed by GitHub
5 changed files with 13 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -124,6 +124,9 @@
<Content Update="Assets\HomeHeaderTiles\Header-QQ.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Assets\HomeHeaderTiles\Header-Store.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Update="Assets\CRSimIcon.png">

View File

@@ -108,6 +108,14 @@
<Image Source="/Assets/HomeHeaderTiles/Header-Afdian.png" />
</local:Tile.Source>
</local:Tile>
<local:Tile
Title="商店页面"
Description="访问我们在微软商店的页面。"
Link="https://apps.microsoft.com/detail/9n4xhrrmph8v">
<local:Tile.Source>
<Image Source="/Assets/HomeHeaderTiles/Header-Store.png" />
</local:Tile.Source>
</local:Tile>
<local:Tile
Title="开源仓库"
Description="欢迎贡献代码!当然功能样式请求和 Bug 反馈也请交到 Issue 中!"

View File

@@ -10,7 +10,7 @@
<Identity
Name="53D4FFDC.CRSim"
Publisher="CN=A0D23678-D7D4-4933-B369-1877DD38719C"
Version="3.1.3.0" />
Version="3.1.4.0" />
<mp:PhoneIdentity PhoneProductId="947762ab-9c52-4d97-843d-eeea6b5d81ce" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.1.2.0</Version>
<Version>3.1.4.0</Version>
<Authors>电排骨</Authors>
<RepositoryUrl>https://github.com/denglihong2007/CRSim</RepositoryUrl>
</PropertyGroup>