Skip to content

Commit 9d40e0d

Browse files
committed
Finish task and publish 4.7.1105.0 version
Finish task and publish 4.7.1105.0 version
1 parent a290799 commit 9d40e0d

File tree

9 files changed

+25
-14
lines changed

9 files changed

+25
-14
lines changed

PowerToolbox/PowerToolbox.res

0 Bytes
Binary file not shown.

PowerToolbox/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[assembly: AssemblyCompany("高怡飞")]
66
[assembly: AssemblyCopyright("Copyright 2022-2025 高怡飞 版权所有")]
77
[assembly: AssemblyDescription("PowerToolbox")]
8-
[assembly: AssemblyFileVersion("4.6.1024.0")]
9-
[assembly: AssemblyInformationalVersion("4.6.1024.0")]
8+
[assembly: AssemblyFileVersion("4.7.1105.0")]
9+
[assembly: AssemblyInformationalVersion("4.7.1105.0")]
1010
[assembly: AssemblyProduct("PowerToolbox")]
1111
[assembly: AssemblyTitle("PowerToolbox")]
12-
[assembly: AssemblyVersion("4.6.1024.0")]
12+
[assembly: AssemblyVersion("4.7.1105.0")]
1313

1414
// 应用程序默认区域性的资源控制器设置
1515
[assembly: NeutralResourcesLanguage("en-us")]

PowerToolbox/Strings/ThemeSwitch.en-us.restext

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ ThemeSwitch=Theme switch
5050
TimeOffset=Trigger time offset (Unit: Minutes)
5151
Tips=Tips
5252
TipContent1=1.Displays the theme color in the Start Menu and taskbar options are only available in system dark mode
53-
TipContent2=2.When the location acquisition fails, if the sunrise and sunset mode is used, the manual mode will be automatically switched
53+
TipContent2=2.When obtaining the device's latitude and longitude, you need to enable the device's location permissions, otherwise the positioning will fail
54+
TipContent3=3.When the location acquisition fails, if the sunrise and sunset mode is used, the manual mode will be automatically switched
5455
YourPositon=Your position

PowerToolbox/Strings/ThemeSwitch.restext

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ ThemeSwitch=Theme switch
5050
Tips=Tips
5151
TimeOffset=Trigger time offset (Unit: Minutes)
5252
TipContent1=1.Displays the theme color in the Start Menu and taskbar options are only available in system dark mode
53-
TipContent2=2.When the location acquisition fails, if the sunrise and sunset mode is used, the manual mode will be automatically switched
53+
TipContent2=2.When obtaining the device's latitude and longitude, you need to enable the device's location permissions, otherwise the positioning will fail
54+
TipContent3=3.When the location acquisition fails, if the sunrise and sunset mode is used, the manual mode will be automatically switched
5455
YourPositon=Your position

PowerToolbox/Strings/ThemeSwitch.zh-hans.restext

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ ThemeSwitch=主题切换
5050
TimeOffset=触发时间偏移(单位:分钟)
5151
Tips=小提示
5252
TipContent1=1.在“开始菜单”和任务栏中显示主题色选项仅在系统深色模式下可用
53-
TipContent2=2.位置获取失败时,如果使用了日出日落模式,会自动使用手动模式
53+
TipContent2=2.获取设备经纬度时,需要开启设备的定位权限,否则会定位失败
54+
TipContent3=3.位置获取失败时,如果使用了日出日落模式,会自动使用手动模式
5455
YourPositon=您的位置

PowerToolbox/Views/Pages/ThemeSwitchPage.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,12 +1208,20 @@
12081208
TextWrapping="Wrap" />
12091209

12101210
<TextBlock
1211-
Margin="44,0,16,10"
1211+
Margin="44,0,16,5"
12121212
FontSize="14"
12131213
FontWeight="Normal"
12141214
Text="{x:Bind rootservice:ResourceService.ThemeSwitchResource.GetString('TipContent2')}"
12151215
TextAlignment="Justify"
12161216
TextWrapping="Wrap" />
1217+
1218+
<TextBlock
1219+
Margin="44,0,16,10"
1220+
FontSize="14"
1221+
FontWeight="Normal"
1222+
Text="{x:Bind rootservice:ResourceService.ThemeSwitchResource.GetString('TipContent3')}"
1223+
TextAlignment="Justify"
1224+
TextWrapping="Wrap" />
12171225
</StackPanel>
12181226
</Expander.Content>
12191227
</Expander>

PowerToolboxPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Identity
1818
Name="055B5CA4.PowerToolbox"
1919
Publisher="CN=ABAA73FA-E48C-48D6-8060-D6B3A4EA70B6"
20-
Version="4.6.1024.0" />
20+
Version="4.7.1105.0" />
2121

2222
<Properties>
2323
<Description>ms-resource:PackageDescription</Description>

PowerToolboxShellExtension/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
[assembly: AssemblyCompany("高怡飞")]
88
[assembly: AssemblyCopyright("Copyright 2022-2025 高怡飞 版权所有")]
99
[assembly: AssemblyDescription("PowerToolbox 右键菜单扩展")]
10-
[assembly: AssemblyFileVersion("4.6.1024.0")]
11-
[assembly: AssemblyInformationalVersion("4.6.1024.0")]
10+
[assembly: AssemblyFileVersion("4.7.1105.0")]
11+
[assembly: AssemblyInformationalVersion("4.7.1105.0")]
1212
[assembly: AssemblyProduct("PowerToolbox 右键菜单扩展")]
1313
[assembly: AssemblyTitle("PowerToolbox 右键菜单扩展")]
14-
[assembly: AssemblyVersion("4.6.1024.0")]
14+
[assembly: AssemblyVersion("4.7.1105.0")]
1515

1616
// 应用程序默认区域性的资源控制器设置
1717
[assembly: NeutralResourcesLanguage("en-us")]

ThemeSwitch/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[assembly: AssemblyCompany("高怡飞")]
66
[assembly: AssemblyCopyright("Copyright 2022-2025 高怡飞 版权所有")]
77
[assembly: AssemblyDescription("主题切换")]
8-
[assembly: AssemblyFileVersion("4.6.1024.0")]
9-
[assembly: AssemblyInformationalVersion("4.6.1024.0")]
8+
[assembly: AssemblyFileVersion("4.7.1105.0")]
9+
[assembly: AssemblyInformationalVersion("4.7.1105.0")]
1010
[assembly: AssemblyProduct("主题切换")]
1111
[assembly: AssemblyTitle("主题切换")]
12-
[assembly: AssemblyVersion("4.6.1024.0")]
12+
[assembly: AssemblyVersion("4.7.1105.0")]
1313

1414
// 应用程序默认区域性的资源控制器设置
1515
[assembly: NeutralResourcesLanguage("en-us")]

0 commit comments

Comments
 (0)