feat: 初步完成GUI界面添加
Some checks failed
构建上传工具 / build-tool (push) Failing after 2m9s

This commit is contained in:
2025-10-13 21:32:02 +08:00
parent 3b6705d6ef
commit cccb31cbc5
10 changed files with 607 additions and 74 deletions

View File

@@ -0,0 +1,11 @@
#ifndef WINDOWS_DIALOG_H
#define WINDOWS_DIALOG_H
#include <windows.h>
#include <shobjidl.h>
// 导出函数声明
char* OpenFolderDialog(void);
void FreeMemory(char* ptr);
#endif