Skip to content

Commit 1ee60bc

Browse files
committed
小修改
1 parent 401b417 commit 1ee60bc

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

Novel2.csproj

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,17 @@
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
20-
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
20+
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
21+
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
22+
<PackageCertificateThumbprint>D0DE8999BFA5E8C54974B5111510766B00816B6B</PackageCertificateThumbprint>
23+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
24+
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
25+
<AppxPackageDir>F:\Product\</AppxPackageDir>
26+
<GenerateTestArtifacts>True</GenerateTestArtifacts>
27+
<AppxBundle>Always</AppxBundle>
28+
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
29+
<AppInstallerUri>https://github.com/Seamain/Novel</AppInstallerUri>
30+
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
2131
</PropertyGroup>
2232
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2333
<DebugSymbols>true</DebugSymbols>
@@ -248,7 +258,9 @@
248258
<Version>2.7.1</Version>
249259
</PackageReference>
250260
</ItemGroup>
251-
<ItemGroup />
261+
<ItemGroup>
262+
<None Include="Novel2_TemporaryKey.pfx" />
263+
</ItemGroup>
252264
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
253265
<VisualStudioVersion>14.0</VisualStudioVersion>
254266
</PropertyGroup>

Package.appxmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<Identity
1010
Name="9be4e611-f2a0-4f06-a46e-1869ac18cb73"
11-
Publisher="CN=ASUS"
12-
Version="1.0.0.0" />
11+
Publisher="CN=Seamain"
12+
Version="1.0.2.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="9be4e611-f2a0-4f06-a46e-1869ac18cb73" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1515

1616
<Properties>
17-
<DisplayName>Novel2</DisplayName>
18-
<PublisherDisplayName>ASUS</PublisherDisplayName>
17+
<DisplayName>Novel V1.0</DisplayName>
18+
<PublisherDisplayName>Seamain</PublisherDisplayName>
1919
<Logo>Assets\StoreLogo.png</Logo>
2020
</Properties>
2121

Pages/About Me.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
<Grid>
1212
<StackPanel>
13-
<TextBlock Text="这是由Seamain和Jimmy共同写得一个小应用,有点闲写着练手的啦。" FontSize="48" />
14-
<TextBlock Text="个人网页!" FontFamily="Arial Black" Foreground="#FFF76D6D" FontSize="72" />
13+
<TextBlock Text="这是由Seamain和Jimmy共同写得一个小应用,有点闲写着练手的啦。" FontSize="48" TextWrapping="Wrap"/>
14+
<TextBlock Text="个人网页!" FontFamily="Arial Black" Foreground="#FFF76D6D" FontSize="72" TextWrapping="Wrap"/>
1515
</StackPanel>
16-
<HyperlinkButton Content="Seamain" NavigateUri="https://seamain.studio/" Margin="40,165,0,0" VerticalAlignment="Top" Height="119" Width="326" FontSize="72" />
16+
<HyperlinkButton Content="Seamain" NavigateUri="https://seamain.studio/" Margin="60,165,0,0" VerticalAlignment="Top" Height="119" Width="326" FontSize="72" />
1717
<HyperlinkButton Content="Jimmy" NavigateUri="https://moe.jimmy0w0.me/" Margin="60,310,0,0" VerticalAlignment="Top" Height="104" Width="286" FontSize="72" />
18-
<Image Margin="1018,165,183,545" Source="/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png"/>
19-
<HyperlinkButton Content="Github仓库(开源项目)" NavigateUri="https://github.com/Seamain/Novel" Margin="715,793,0,0" VerticalAlignment="Top" Height="180" Width="771" FontSize="72" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" d:LayoutRounding="Auto" >
18+
<Image Margin="383,86,548,361" Source="/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png"/>
19+
<HyperlinkButton Content="Github仓库(开源项目)" NavigateUri="https://github.com/Seamain/Novel" Margin="63,447,0,0" VerticalAlignment="Top" Height="180" Width="771" FontSize="72" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" d:LayoutRounding="Auto" >
2020
<HyperlinkButton.RenderTransform>
2121
<CompositeTransform Rotation="-0.503"/>
2222
</HyperlinkButton.RenderTransform>

0 commit comments

Comments
 (0)