Logo (Builtin): adds uzbek

Fixes #2159
This commit is contained in:
李通洲
2026-04-23 15:08:15 +08:00
parent a31d8ce87b
commit 639252ece0
2 changed files with 18 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
*++++++++++++++*
*=:-::-::-::-::-::=*
+============. ===+
+===========. ====+
+++++++++++ +++++*
*+++ =+++ ++++++*
*++++ .+ +++++++*
*+++++ ++++++++*
*++++++ =+++++++++*
*++++++++++++++++++*
*++++++++++++++*
+7
View File
@@ -5164,6 +5164,13 @@ static const FFlogo U[] = {
},
},
// LAST
{
.names = { "Uzbek" },
.lines = FASTFETCH_DATATEXT_LOGO_UZBEK,
.colors = {
FF_COLOR_FG_GREEN,
},
},
{},
};