Skip to content

Commit

Permalink
feat(docs): 更新README版本说明及功能描述
Browse files Browse the repository at this point in the history
  • Loading branch information
vagmr committed Oct 13, 2024
1 parent 0d6d973 commit acb3cc7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

> 原项目地址: [https://github.com/Jorixon/JASM](https://github.com/Jorixon/JASM)
## 版本说明

本项目提供两个版本供下载:

1. 常规版本 (Regular):
- 体积较小,但需要安装.NET运行时
- 适合大多数用户,特别是已安装.NET运行时的用户

2. 自包含版本 (SelfContained):
- 体积较大,但包含所有必要的运行时组件
- 适合不想安装额外运行时的用户,或在无法安装.NET运行时的环境中使用

请根据您的需求选择合适的版本。

## 主要功能

- 美观的用户界面
Expand Down Expand Up @@ -50,3 +64,4 @@
- 这仍处于早期开发阶段。请自行备份并谨慎使用 ⚠️
- 未处理的异常会写入日志文件。可在appsettings.json中启用调试日志
- 应用中可能存在一些"GIMI-ModManager"引用,这是项目的原始名称。将来会进行更改
- 由于我并非C#专业开发者,我对原项目的修改也基本仅限于汉化。
14 changes: 8 additions & 6 deletions src/GIMI-ModManager.WinUI/Views/Settings/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@
<TextBlock
IsTextSelectionEnabled="True"
TextWrapping="WrapWholeWords"
Text="此版本由究极基于JASM 2.16.1版本进行更新和汉化,非官方版本。"
Text="此版本由究极基于JASM 2.16.0版本进行更新和汉化,非官方版本。"
/>
<TextBlock
IsTextSelectionEnabled="True"
TextWrapping="WrapWholeWords"
Text="已完成部分汉化工作。"
l:Uids.Uid="/Settings/TranslatorNoteContent" />
<HyperlinkButton
Content="注意:此版本后续更新将不再使用官方版本的更新检查"
Content="注意:此版本后续更新将不再使用官方的更新通道。"
NavigateUri="https://github.com/Jor/JASM/issues"
l:Uids.Uid="/Settings/TranslatorFeedbackLink" />
</StackPanel>
Expand All @@ -262,15 +262,17 @@
<TextBlock Text="• 更新了 Runtime 至 1.61 版本。" Margin="16,0,0,0"/>
<TextBlock Text="文本内容更新:" FontWeight="SemiBold" Margin="0,8,0,0"/>
<StackPanel Margin="16,0,0,0">
<TextBlock Text="更新了 PresetPage.xaml 中的文本内容"/>
<TextBlock Text="优化了 PresetPage.xaml.cs 中预设的描述"/>
<TextBlock Text="修正了 SettingsPage.xaml 中的版本链接"/>
<TextBlock Text="完成了对mod安装界面的本地化"/>
<TextBlock Text="更新了预设中的文本内容"/>
<TextBlock Text="优化了预设的描述"/>
<TextBlock Text="修正了版本链接"/>
<TextBlock Text="完成了对mod安装界面的汉化"/>
<TextBlock Text="• 配置了滑翔伞和武器的图片。"/>
</StackPanel>

<TextBlock Text="其他更新:" FontWeight="SemiBold" Margin="0,8,0,0"/>
<TextBlock Text="• 更新了项目版本号和发布链接。" Margin="16,0,0,0"/>
<TextBlock Text="• 加入了版本更新日志。" Margin="16,0,0,0"/>
<TextBlock Text="• 加入了自包含版本。" Margin="16,0,0,0"/>
</StackPanel>
</Expander.Content>
</Expander>
Expand Down
2 changes: 1 addition & 1 deletion src/GIMI-ModManager.WinUI/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Serilog": {
"MinimumLevel": "Verbose"
"MinimumLevel": "Information"
}
}

0 comments on commit acb3cc7

Please sign in to comment.