mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-17 09:26:50 +08:00
模型默认使用V4
This commit is contained in:
@@ -101,7 +101,7 @@ public partial class OtherConfig : ObservableObject
|
||||
/// PaddleOCR模型配置
|
||||
/// </summary>
|
||||
[ObservableProperty]
|
||||
private PaddleOcrModelConfig _paddleOcrModelConfig = PaddleOcrModelConfig.V5Auto;
|
||||
private PaddleOcrModelConfig _paddleOcrModelConfig = PaddleOcrModelConfig.V4;
|
||||
}
|
||||
|
||||
//public partial class OtherConfig : ObservableObject
|
||||
|
||||
@@ -1541,7 +1541,7 @@
|
||||
<ui:TextBlock Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
Foreground="{ui:ThemeResource TextFillColorTertiaryBrush}"
|
||||
Text="默认使用PaddleV5并自动根据游戏语言选择(V5Auto),如果需要使用其他模型,请在此处选择。"
|
||||
Text="如果需要使用其他模型,请在此处选择。"
|
||||
TextWrapping="Wrap" />
|
||||
<ComboBox Grid.Row="0"
|
||||
Grid.RowSpan="2"
|
||||
|
||||
Reference in New Issue
Block a user