Fix unique and reverse order

This commit is contained in:
crazywhalecc
2025-07-22 22:25:16 +08:00
parent a095d489f3
commit a88f9933d2

View File

@@ -179,7 +179,7 @@ class SPCConfigUtil
}
// post-process
$lib_names = array_unique(array_reverse($lib_names));
$lib_names = array_reverse(array_unique($lib_names));
$frameworks = array_unique($frameworks);
// process frameworks to short_name