chore: 优化 emoji

This commit is contained in:
uye
2026-02-02 18:13:18 +08:00
parent 8994cec168
commit 066e836a6e

View File

@@ -309,7 +309,7 @@ public static class LocalizationHelper
return result;
}
private static readonly string[] _pallasChars = ["💃", "🕺", "🍷", "🍸", "🍺", "🍻", "🍷", "🍸", "🍺", "🍻"];
private static readonly string[] _pallasChars = ["💃", "🕺", "🍷", "🍸", "🍺", "🍻", "🥃", "🍶"];
private static readonly Random _pallasRand = new();
public static string GetPallasString(int low = 3, int high = 6)