# CornerstoneSDK **Repository Path**: magicdmer/CornerstoneSDK ## Basic Information - **Project Name**: CornerstoneSDK - **Description**: 小栗子QQ机器人c++ SDK - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-05 - **Last Updated**: 2021-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Cornerstone SDK
面向现代 C++ 的小栗子框架插件开发工具
兼容小栗子框架 v2.7.1-v2.9.3.0(部分更新) 和 Corn SDK(小栗子框架官方易语言 SDK)v2.7.1
--- ## 提示 此 SDK 可能存在漏洞,请您谅解。如果您遇到问题可以尝试: - 再次仔细阅读 [SDK 文档](https://github.com/Sc-Softs/CornerstoneSDK/wiki/) 尤其是 [参考](https://github.com/Sc-Softs/CornerstoneSDK/wiki/参考) 中的相关内容。 - 提交 [Issue](https://github.com/Sc-Softs/CornerstoneSDK/issues) 或 [PR](https://github.com/Sc-Softs/CornerstoneSDK/pulls),感谢您的贡献! - 加入 Cornerstone SDK 开发 QQ 群(893902998)与我们讨论。 ## 版权 Cornerstone SDK 使用 [MIT License](./LICENSE) 进行许可 版权所有 © 2020 Contributors of Cornerstone SDK Cornerstone SDK 中的部分逻辑借鉴了 [Corn SDK](https://www.xiaolz.cn/) `src/sdk/third_party/` 目录下的 `json.hpp` 来源于 [JSON for Modern C++](https://github.com/nlohmann/json),使用 [MIT License](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT) 进行许可,版权属于 © Niels Lohmann `bin/` 目录下的 `gn.exe` 编译自 [GN](https://gn.googlesource.com/gn/) 的源码,使用 [这份协议](https://gn.googlesource.com/gn/+/master/LICENSE) 进行许可,版权属于 © The Chromium Authors `bin/` 目录下的 `ninja.exe` 编译自 [Ninja](http://www.ninja-build.org/) 的源码,使用 [Apache License 2.0](https://github.com/ninja-build/ninja/blob/master/COPYING) 进行许可,版权属于 © Contributors of Ninja ## 致谢 - [小栗子框架和 Corn SDK](https://www.xiaolz.cn/) - [JSON for Modern C++](https://github.com/nlohmann/json) - [Visual Studio](https://visualstudio.microsoft.com/vs/) - [Visual Studio Code](https://code.visualstudio.com/) 和插件 - [tdm-gcc](https://jmeubank.github.io/tdm-gcc/) - [GN](https://gn.googlesource.com/gn/) & [Ninja](http://www.ninja-build.org/) - [CMake](https://cmake.org/)