Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
更新SunnyUI并替换字符串
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Apr 16, 2022
1 parent 9a4282b commit d0906bf
Show file tree
Hide file tree
Showing 13 changed files with 330 additions and 202 deletions.
2 changes: 1 addition & 1 deletion src/Configurations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public static class Configurations
/// <summary>
/// <see cref="SeewoHelper.UISettings"/> 配置
/// </summary>
public static readonly Configuration<UISettings> UISettings = new(Path.Combine(Constants.ConfigurationDirectory, "UISettings.json"), new UISettings(UIStyle.LightBlue, LogLevel.Info, false, false, true, true));
public static readonly Configuration<UISettings> UISettings = new(Path.Combine(Constants.ConfigurationDirectory, "UISettings.json"), new UISettings(UIStyle.Blue, LogLevel.Info, false, false, true, true));
}
}
8 changes: 4 additions & 4 deletions src/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ public static class Constants
/// <summary>
/// 项目链接
/// </summary>
public static readonly string RepositoryLink = "https://github.com/Mo-Ink/SeewoHelper";
public static readonly string RepositoryLink = "https://github.com/SugarMGP/SeewoHelper";

/// <summary>
/// Mo-Ink Github 主页
/// SugarMGP Github 主页
/// </summary>
public static readonly string MoInkLink = "https://github.com/Mo-Ink";
public static readonly string SugarLink = "https://github.com/SugarMGP";

/// <summary>
/// Ricky Github 主页
Expand All @@ -38,7 +38,7 @@ public static class Constants
/// <summary>
/// Releases API 链接
/// </summary>
public static readonly string ReleasesLink = "https://api.github.com/repos/Mo-Ink/SeewoHelper/releases";
public static readonly string ReleasesLink = "https://api.github.com/repos/SugarMGP/SeewoHelper/releases";

/// <summary>
/// 应用运行文件夹路径
Expand Down
22 changes: 11 additions & 11 deletions src/Forms/FileSortingInfoGettingWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/Forms/KeywordEditWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/Forms/KeywordGettingWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/Forms/ReleaseAssetDownloadingWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0906bf

Please sign in to comment.