Closed ChickenPige0n closed 9 months ago
#include <string>
#include "IdtText.h"
std::wstring api_key = string_to_wstring("");
IdtKey.cpp 是服务器的密钥,我们不会公开。可以通过添加 IdtKey.cpp
快速解决……
#include "IdtKey.h"
std::wstring api_key = L"123456789"; //伪造的密钥
此文件被.gitignore忽略,是因为包含不能公开的信息吗?我无法在缺失此文件的情况下编译此项目。