Skip to content

Commit bf1dc81

Browse files
author
wgzeyu
committed
更新版本号、优化部分界面提示
1 parent 3ef0a16 commit bf1dc81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ModAssistant/Localisation/zh.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<sys:String x:Key="MainWindow:AboutButton">关于</sys:String>
2121
<sys:String x:Key="MainWindow:OptionsButton">选项</sys:String>
2222
<sys:String x:Key="MainWindow:GameVersionLabel">游戏版本</sys:String>
23-
<sys:String x:Key="MainWindow:ModServerLabel">Mod服务器</sys:String>
24-
<sys:String x:Key="MainWindow:AssetsServerLabel">资源服务器</sys:String>
23+
<sys:String x:Key="MainWindow:ModServerLabel">Mod下载源</sys:String>
24+
<sys:String x:Key="MainWindow:AssetsServerLabel">资源下载源</sys:String>
2525
<sys:String x:Key="MainWindow:AssetsServerLimitLabel">额度: {0}</sys:String>
2626
<sys:String x:Key="MainWindow:AssetsServerLimitLabelUnlimited">无限制</sys:String>
2727
<sys:String x:Key="MainWindow:VersionLabel">软件版本</sys:String>
@@ -90,13 +90,13 @@
9090
<Span Foreground="#FF0000">选</Span><Span Foreground="#F60009">项</Span><Span Foreground="#ED0012">界</Span><Span Foreground="#E4001B">面</Span><Span Foreground="#DB0024">中</Span><Span Foreground="#D2002D">切</Span><Span Foreground="#C90036">换</Span><Span Foreground="#C0003F">下</Span><Span Foreground="#B70048">载</Span><Span Foreground="#AE0051">源</Span><Span Foreground="#A5005A">可</Span><Span Foreground="#9C0063">解</Span><Span Foreground="#93006C">决</Span><Span Foreground="#8A0075">加</Span><Span Foreground="#81007E">载</Span><Span Foreground="#780087">下</Span><Span Foreground="#6F0090">载</Span><Span Foreground="#660099">缓</Span><Span Foreground="#5D00A2">慢</Span><Span Foreground="#5400AB">或</Span><Span Foreground="#4B00B4">报</Span><Span Foreground="#4200BD">错</Span><Span Foreground="#3900C6">的</Span><Span Foreground="#3000CF">问</Span><Span Foreground="#2700D8">题</Span><Span Foreground="#1E00E1">!</Span>
9191
</Bold>
9292
<LineBreak/>
93-
国际源为BeatMods源站,资源服务器为BeatSaver或ModelSaber(无下载限制),服务器使用<Bold>CloudFlare国际CDN</Bold>,<Bold>默认选项</Bold>
93+
国际源/默认源是BeatMods源站,资源从BeatSaver/ModelSaber下载,无限额
9494
<LineBreak/>
95-
国内源为BeatMods镜像,资源服务器为BeatSaver或ModelSaber镜像(每日限制下载数量),服务器使用<Bold>香港腾讯云</Bold>(由WGzeyu提供),推荐国内用户使用;
95+
国内源是以上国际源/默认源的国内中转,是由WGzeyu提供的<Bold>香港服务器</Bold>,推荐国内用户使用;
9696
<LineBreak/>
97-
包子源为BeatTop管理,服务器使用<Bold>美国机房(多节点)</Bold>,同步国际源并支持部分第三方插件
97+
包子源为BeatTop管理,服务器使用<Bold>美国机房(多节点)</Bold>,同步国际源并添加了部分第三方插件
9898
<LineBreak/>
99-
光剑中文社区源为节奏光剑中文社区管理,资源服务器为BeatSaver或ModelSaber镜像(无下载限制),服务器使用<Bold>美国机房(多节点)</Bold>
99+
光剑中文社区源为社区管理,是默认资源站的中转,服务器使用<Bold>美国机房(多节点)</Bold>,无限额
100100
</Span>
101101
<sys:String x:Key="Intro:AgreeButton">同意</sys:String>
102102
<sys:String x:Key="Intro:DisagreeButton">拒绝</sys:String>

ModAssistant/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.1.3201.0")]
55-
[assembly: AssemblyFileVersion("1.1.3201.0")]
54+
[assembly: AssemblyVersion("1.1.3202.0")]
55+
[assembly: AssemblyFileVersion("1.1.3202.0")]

0 commit comments

Comments
 (0)