Skip to content

Commit

Permalink
feat: 0.0.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Jul 27, 2024
1 parent ef3267f commit 585da38
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 16 deletions.
3 changes: 1 addition & 2 deletions Hollow/Helpers/UigfSchemaValidator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Text.Json.Nodes;
using System.Text.Json.Nodes;
using Json.Schema;

namespace Hollow.Helpers;
Expand Down
1 change: 0 additions & 1 deletion Hollow/Services/MetadataService/IMetadataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Hollow.Abstractions.Models.HttpContrasts;
using Hollow.Abstractions.Models.HttpContrasts.Hakush;
using Hollow.Abstractions.Models.HttpContrasts.Hakush.Proceed;

namespace Hollow.Services.MetadataService;
Expand Down
1 change: 0 additions & 1 deletion Hollow/Services/NavigationService/NavigationService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Serilog;

namespace Hollow.Services.NavigationService;

Expand Down
2 changes: 1 addition & 1 deletion Hollow/ViewModels/Pages/SettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public SettingsViewModel(IConfigurationService configurationService, INavigation
#region Game

[ObservableProperty] private string _gameDirectory;
[ObservableProperty] private string _gameBiz;
[ObservableProperty] private string _gameBiz = Lang.Service_Game_Unknown;
[ObservableProperty] private string _gameArguments;

[RelayCommand]
Expand Down
3 changes: 0 additions & 3 deletions Hollow/ViewModels/Pages/SignalSearchViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
using Hollow.Abstractions.Models;
using Hollow.Abstractions.Models.HttpContrasts;
using Hollow.Abstractions.Models.HttpContrasts.Gacha;
using Hollow.Abstractions.Models.HttpContrasts.Gacha.Common;
using Hollow.Abstractions.Models.HttpContrasts.Gacha.Uigf;
using Hollow.Abstractions.Models.HttpContrasts.Hakush;
using Hollow.Abstractions.Models.HttpContrasts.Hakush.Proceed;
using Hollow.Enums;
using Hollow.Helpers;
using Hollow.Languages;
Expand Down
3 changes: 1 addition & 2 deletions Hollow/ViewModels/Pages/WikiViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using CommunityToolkit.Mvvm.Input;
using Hollow.Enums;
using Hollow.Services.ConfigurationService;
using Hollow.Views.Controls;

namespace Hollow.ViewModels.Pages;

public partial class WikiViewModel(IConfigurationService configurationService): ViewModelBase, IViewModelBase
public partial class WikiViewModel : ViewModelBase, IViewModelBase
{
public void Navigated()
{
Expand Down
1 change: 0 additions & 1 deletion Hollow/Views/Dialogs/DeleteProfileDialog.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.ObjectModel;
using Avalonia.Controls;

namespace Hollow.Views.Dialogs;
Expand Down
2 changes: 0 additions & 2 deletions Hollow/Views/Dialogs/DeleteProfileDialogViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.ObjectModel;
using System.Linq;
using CommunityToolkit.Mvvm.ComponentModel;
using CommunityToolkit.Mvvm.Input;
using Hollow.Views.Controls;
Expand Down
1 change: 0 additions & 1 deletion Hollow/Views/Dialogs/ImportDialog.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.ObjectModel;
using Avalonia.Controls;
using Hollow.Abstractions.Models.HttpContrasts.Gacha.Uigf;
using Hollow.Models.Pages.SignalSearch;
Expand Down
1 change: 0 additions & 1 deletion Hollow/Views/Dialogs/RecordUrlDialog.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.ObjectModel;
using Avalonia.Controls;

namespace Hollow.Views.Dialogs;
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
[string] $Version = "0.0.4.0"
[string] $Version = "0.0.5.0"
)

$ErrorActionPreference = "Stop";
Expand Down

0 comments on commit 585da38

Please sign in to comment.