Login now send a notification

This commit is contained in:
2025-08-17 23:43:13 +08:00
parent add16ffdad
commit 2761abf405
5 changed files with 59 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ namespace DysonNetwork.Sphere.Resources.Localization {
internal static System.Resources.ResourceManager ResourceManager {
get {
if (object.Equals(null, resourceMan)) {
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.NotificationResource", typeof(NotificationResource).Assembly);
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Pass.Resources.Localization.NotificationResource", typeof(NotificationResource).Assembly);
resourceMan = temp;
}
return resourceMan;
@@ -158,5 +158,17 @@ namespace DysonNetwork.Sphere.Resources.Localization {
return ResourceManager.GetString("OrderPaidBody", resourceCulture);
}
}
internal static string NewLoginTitle {
get {
return ResourceManager.GetString("NewLoginTitle", resourceCulture);
}
}
internal static string NewLoginBody {
get {
return ResourceManager.GetString("NewLoginBody", resourceCulture);
}
}
}
}