feat: adapt to LeviLamina 1.3.0 and bds 1.21.70.03

This commit is contained in:
zimuya4153
2025-06-12 03:53:00 +08:00
Unverified
parent c81bd7a517
commit bac05d765e
8 changed files with 67 additions and 199 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ bool LegacyRemoteCallApi::load() {
logger->info(
"Loaded Version: {} with {}",
fmt::format(fg(fmt::color::pink), "GMLIB-" GMLIB_FILE_VERSION_STRING),
fmt::format(fg(fmt::color::light_green), "GMLIB-LegacyRemoteCallApi-" + LIB_VERSION.to_string())
fmt::format(fg(fmt::color::light_green), "GMLIB-LegacyRemoteCallApi-{}", LIB_VERSION.to_string())
);
logger->info("Author: GroupMountain");
logger->info("Repository: https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi");