From 66c109accfc87e4fe27920b0d87a050fcd84ece9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=9C=AC=E5=AD=A6?= Date: Fri, 23 Aug 2024 14:18:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E7=BB=88=E7=AB=AF=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加智能终端设备类型 Log: --- include/global/dsysinfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/global/dsysinfo.h b/include/global/dsysinfo.h index 24293b87..89eacf9e 100644 --- a/include/global/dsysinfo.h +++ b/include/global/dsysinfo.h @@ -60,6 +60,7 @@ class LIBDTKCORESHARED_EXPORT DSysInfo UosDesktop, UosServer, UosDevice, + UosSmart, UosTypeCount // must at last };