feat: publish dbussmsforward refactor

This commit is contained in:
2026-05-08 23:54:03 +08:00
commit 9f1ee9ffe6
77 changed files with 15585 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
using DbusSmsForward.SettingModel;
using System.Text.Json.Nodes;
using System.Text.Json.Serialization;
namespace DbusSmsForward;
[JsonSourceGenerationOptions(WriteIndented = true, PropertyNameCaseInsensitive = true)]
[JsonSerializable(typeof(JsonObject))]
[JsonSerializable(typeof(DbusSmsForwardOptions))]
[JsonSerializable(typeof(LegacyAppsettingsModel))]
[JsonSerializable(typeof(appsettingsModel))]
internal partial class SourceGenerationContext : JsonSerializerContext
{
}