重构了部分API,移除了例程中的bin

- 将配置部分移入头文件
- 修正部分类型问题
- 修正部分API
This commit is contained in:
2023-11-23 21:15:12 +08:00
parent 16cb5ed8b2
commit afeac23054
9 changed files with 69 additions and 71 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
**/.build*
**/bin**
.vscode