1. 增加了跨平台的截屏与系统信息获取工具模块

2. 增加了对于服务端截屏请求的处理类
This commit is contained in:
Misaki
2026-02-01 20:48:03 +08:00
parent c32f085732
commit 015ef0f962
16 changed files with 478 additions and 13 deletions
+4
View File
@@ -11,6 +11,10 @@
#include <random>
#include <thread>
#ifndef M_PI
# define M_PI 3.14159265358979323846
#endif
namespace AutoGUI {
// 内部辅助函数