Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ProjektMing opened an issue on chen08209/FlClash
启动 Portal 会导致软件宕机
启动其他游戏均无这种情况,只能推断可能是游戏启动时修改分辨率导致的,随后各项功能都提示 `Bad State: StreamSink is closed`,只能杀掉后台重进 系统版本: Windows 10 教育版 x86_64 软件版本: 0.8.72ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 修复和重构多个模块,增强异常处理 本次提交主要集中在改进异常处理、更新文件下载逻辑以及重构部分方法和类。 在 `App.xaml.cs` 中,添加了未处理异常的消息框提示,并在启动时显示公告信息。移除了 `InstallerMul... 25ee145
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 更新 API 版本获取逻辑及文件处理方法 本次提交主要集中在改进 API 版本信息获取、文件处理和 UI 样式定义。 在 `App.xaml.cs` 中,优化了从 API 获取最新版本信息的逻辑,使用 `JsonHelper.De... 37d2ec4
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 更新服务配置和视图模型绑定逻辑 本次提交主要对服务配置进行了重构,并优化了视图模型的绑定方式。通过移除不必要的代码,提高了代码的可读性和维护性。 - 在 `App.xaml.cs` 中添加了 `System.Net.Http` 的... 4b260dc
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 修改服务注册方式并重构路径处理逻辑 本次提交主要集中在服务注册的优化和路径处理的重构上。 在 `App.xaml.cs` 中,调整了服务的注册方式,注释掉了 `GrayFileDownloadService` 的注册,并将 `Re... 609eede
ProjektMing pushed 2 commits to master ProjektMing/Bistu.ApiClient-CSharp
ProjektMing closed a pull request on ProjektMing/Bistu.ApiClient-CSharp
更新编码约定和项目文档
重构代码以提高可读性,更新依赖项和文档。 - 更新 .editorconfig 文件中的 C# 编码约定,增加了对样式的建议和静默处理。 - 修改 Program.cs 文件,添加对 BistuAuthService 的引用。 - 在 Bistu.Api.Test.csproj 中更新多个 NuGet 包的版本,并添加相关属性。 - 在 Bistu.Api.csproj 中添加 ...ProjektMing opened a pull request on ProjektMing/Bistu.ApiClient-CSharp
更新编码约定和项目文档
重构代码以提高可读性,更新依赖项和文档。 - 更新 .editorconfig 文件中的 C# 编码约定,增加了对样式的建议和静默处理。 - 修改 Program.cs 文件,添加对 BistuAuthService 的引用。 - 在 Bistu.Api.Test.csproj 中更新多个 NuGet 包的版本,并添加相关属性。 - 在 Bistu.Api.csproj 中添加 ...ProjektMing pushed 1 commit to dev ProjektMing/Bistu.ApiClient-CSharp
- 更新编码约定和项目文档 重构代码以提高可读性,更新依赖项和文档。 - 更新 .editorconfig 文件中的 C# 编码约定,增加了对样式的建议和静默处理。 - 修改 Program.cs 文件,添加对 BistuAuthSe... 6126599
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 更新配置和服务注册,增强功能灵活性 本次提交主要集中在配置文件的更新、服务注册方式的改进以及新增功能的实现。通过这些更改,提升了代码的可维护性和用户体验。 - 在 `App.config` 中添加了 `applicationSet... 2d0cf60
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 优化依赖注入和文件处理逻辑 重构了多个类以提高代码可读性和维护性。 在 `App.xaml.cs` 中添加了依赖注入的服务配置,更新了日志记录实现,并引入了更新检查逻辑。 在 `FileHelper.cs` 中重构了类,移除了冗余代... e62d977
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 重构依赖注入和UI调整 这次提交主要是对依赖注入机制进行了重构,并对部分UI控件进行了调整。希望这些改动能让代码更加清晰和易于维护。 * 将 `App.xaml.cs` 中 `ConfigureServices` 方法的返回类型从... 7a32719
ProjektMing pushed 2 commits to master ProjektMing/Bistu.ApiClient-CSharp
ProjektMing pushed 1 commit to refactor ProjektMing/LLC_MOD_Toolbox
- 添加灰度发布设置和依赖注入调整 在 `App.config` 中,添加了 `userSettings` 节点,并在其中添加了 `GrayReleaseCode` 设置。 在 `App.xaml.cs` 中: * 添加了 `Aut... d8b82d9
ProjektMing pushed 2 commits to master ProjektMing/Bistu.ApiClient-CSharp
ProjektMing closed a pull request on ProjektMing/Bistu.ApiClient-CSharp
移除旧项目并添加代码格式配置
删除了 `Bistu.Api.Tests.csproj` 文件的所有内容,包括项目属性组和包引用。 删除了 `Bistu.Api.Tests.sln` 文件的所有内容,包括解决方案配置和项目配置。 删除了 `Program.cs` 文件的所有内容,包括使用的命名空间和主程序逻辑。 在 `Bistu.Api.sln` 文件中添加了一个新的项目 "Solution Items",并包含一个...ProjektMing opened a pull request on ProjektMing/Bistu.ApiClient-CSharp
移除旧项目并添加代码格式配置
删除了 `Bistu.Api.Tests.csproj` 文件的所有内容,包括项目属性组和包引用。 删除了 `Bistu.Api.Tests.sln` 文件的所有内容,包括解决方案配置和项目配置。 删除了 `Program.cs` 文件的所有内容,包括使用的命名空间和主程序逻辑。 在 `Bistu.Api.sln` 文件中添加了一个新的项目 "Solution Items",并包含一个...ProjektMing pushed 1 commit to dev ProjektMing/Bistu.ApiClient-CSharp
- 移除旧项目并添加代码格式配置 删除了 `Bistu.Api.Tests.csproj` 文件的所有内容,包括项目属性组和包引用。 删除了 `Bistu.Api.Tests.sln` 文件的所有内容,包括解决方案配置和项目配置。 删除... 9626b59
ProjektMing closed a pull request on ProjektMing/Bistu.ApiClient-CSharp
添加新项目和改进 BistuAuthenticator
在 `Bistu.Api.sln` 文件中,添加了两个新项目 `Bistu.Api.Console` 和 `Bistu.Api.Test`,并移除了 `Bistu.Api.Tests` 项目的配置。 在 `BistuAuthenticator.cs` 文件中: * 添加了 `using System.Runtime.CompilerServices;` 引用。 * 添加了 XML ...ProjektMing opened a pull request on ProjektMing/Bistu.ApiClient-CSharp
添加新项目和改进 BistuAuthenticator
在 `Bistu.Api.sln` 文件中,添加了两个新项目 `Bistu.Api.Console` 和 `Bistu.Api.Test`,并移除了 `Bistu.Api.Tests` 项目的配置。 在 `BistuAuthenticator.cs` 文件中: * 添加了 `using System.Runtime.CompilerServices;` 引用。 * 添加了 XML ...ProjektMing pushed 1 commit to dev ProjektMing/Bistu.ApiClient-CSharp
- 添加新项目和改进 BistuAuthenticator 在 `Bistu.Api.sln` 文件中,添加了两个新项目 `Bistu.Api.Console` 和 `Bistu.Api.Test`,并移除了 `Bistu.Api.Te... ea1b174