style: Change files encoding format to UTF8-BOM

This commit is contained in:
yuanyuanxiang
2026-01-02 20:00:18 +01:00
parent ba9be08411
commit b6af9ce615
356 changed files with 2819 additions and 2819 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <string>
#include <vector>
#include <common/commands.h>
@@ -8,7 +8,7 @@ std::string GetIPAddress(const char* hostName);
class DomainPool
{
private:
char Address[100]; // <EFBFBD>˳<EFBFBD><EFBFBD>Ⱥ<EFBFBD>CONNECT_ADDRESS<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><EFBFBD>
char Address[100]; // 此长度和CONNECT_ADDRESS定义匹配
std::vector<std::string> IPList;
public:
DomainPool()