mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
chore: 优化 emoji
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user