feature add address host name for bury point

This commit is contained in:
alves
2025-12-24 10:45:35 +08:00
parent f121f45390
commit 2b7aee0050
7 changed files with 152 additions and 22 deletions

View File

@@ -22,6 +22,10 @@ namespace common
std::string get_pc_name();
std::string get_flutter_version();
} // namespace common
std::string getMachineId();
std::string getMacAddress();
} // namespace common
#endif