Alan-CRL / Inkeys

Windows 屏幕批注工具,拥有高效批注和丰富功能, 让屏幕演示变得简单,让教学授课变得高效,适用于触摸设备和PC端。 | Windows screen annotation tool with efficient annotation and rich features, Make screen demonstrations simpler, teaching more efficient, suitable for touch devices and computers.
GNU General Public License v3.0
360 stars 27 forks source link

构建失败:无法打开源文件: “IdtKey.cpp”: No such file or directory #3

Closed ChickenPige0n closed 9 months ago

ChickenPige0n commented 9 months ago

此文件被.gitignore忽略,是因为包含不能公开的信息吗?我无法在缺失此文件的情况下编译此项目。

ChickenPige0n commented 9 months ago

可以创建IdtKey.cpp,填入以下内容解决:

IdtKey.cpp


#include <string>
#include "IdtText.h"

std::wstring api_key = string_to_wstring("");
Alan-CRL commented 9 months ago

IdtKey.cpp 是服务器的密钥,我们不会公开。可以通过添加 IdtKey.cpp 快速解决……

#include "IdtKey.h"
std::wstring api_key = L"123456789"; //伪造的密钥