Skip to content

Commit ba7aa65

Browse files
committed
fix: 更新 AppxManifest.xml 中的 DisplayName
根据用户请求,将 AppxManifest.xml 文件中的 DisplayName 从“九界:渡劫”更新为“九界 渡劫”, 以确保与应用商店配置一致。
1 parent 2770f1e commit ba7aa65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

store/AppxManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ProcessorArchitecture="x64" />
1313

1414
<Properties>
15-
<DisplayName>九界:渡劫</DisplayName>
15+
<DisplayName>九界 渡劫</DisplayName>
1616
<PublisherDisplayName>peterfei</PublisherDisplayName>
1717
<Logo>Assets\StoreLogo.png</Logo>
1818
</Properties>
@@ -30,7 +30,7 @@
3030
Executable="jiujie.exe"
3131
EntryPoint="Windows.FullTrustApplication">
3232
<uap:VisualElements
33-
DisplayName="九界:渡劫"
33+
DisplayName="九界 渡劫"
3434
Description="修仙肉鸽卡牌游戏"
3535
BackgroundColor="transparent"
3636
Square150x150Logo="Assets\Square150x150Logo.png"

0 commit comments

Comments
 (0)