上传项目代码

This commit is contained in:
lixiaoyuan
2025-05-19 09:54:33 +08:00
commit 4a198a7271
589 changed files with 993786 additions and 0 deletions

7
src/app/Device.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
class Device
{
public:
static bool init();
};