style(account): reformat code
This commit is contained in:
parent
fdef55bcf6
commit
48bf47f1e4
@ -15,8 +15,8 @@ namespace account
|
|||||||
namespace fs = std::filesystem;
|
namespace fs = std::filesystem;
|
||||||
namespace OsAcc = Offsets::Account;
|
namespace OsAcc = Offsets::Account;
|
||||||
|
|
||||||
using get_account_service_t = QWORD (*)();
|
using get_account_service_t = QWORD (*)();
|
||||||
using get_data_path_t = QWORD (*)(QWORD);
|
using get_data_path_t = QWORD (*)(QWORD);
|
||||||
|
|
||||||
// 缓存避免重复查询
|
// 缓存避免重复查询
|
||||||
static std::optional<std::string> cachedWxid;
|
static std::optional<std::string> cachedWxid;
|
||||||
|
Loading…
Reference in New Issue
Block a user