mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-08 00:24:12 +08:00
日志分析开放更多的天数选择
This commit is contained in:
@@ -160,6 +160,10 @@ public partial class ScriptControlViewModel : ObservableObject, INavigationAware
|
||||
{
|
||||
new { Text = "3天", Value = "3" },
|
||||
new { Text = "7天", Value = "7" },
|
||||
new { Text = "15天", Value = "15" },
|
||||
new { Text = "31天", Value = "31" },
|
||||
new { Text = "61天", Value = "61" },
|
||||
new { Text = "92天", Value = "92" },
|
||||
new { Text = "所有", Value = "All" }
|
||||
};
|
||||
dayRangeComboBox.ItemsSource = dayRangeComboBoxItems;
|
||||
|
||||
Reference in New Issue
Block a user