更新版本号重置老数据

This commit is contained in:
1415ddfer 2025-02-28 00:18:57 +08:00
parent afe8d53638
commit 6507b43b23

View File

@ -46,7 +46,7 @@ namespace Zerolauncher.Manager
{
private const string Path = "users.data";
private static readonly byte[] Key = [9, 5, 33, 64, 99, 200, 66, 77];
private const int HeaderVersion = 20240531;
private const int HeaderVersion = 20250228;
public static void Load()
{