This commit is contained in:
田岩
2025-06-30 14:56:26 +08:00
parent 973c99bc85
commit 9e23fa1259
123 changed files with 448 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
export default class WebSocketUtil {
/**
* WebSocket工具类,用于管理WebSocket连接
+13 -2
View File
@@ -17,7 +17,10 @@
"delay" : 0
},
/* */
"modules" : {},
"modules" : {
"Camera" : {},
"Barcode" : {}
},
/* */
"distribute" : {
/* android */
@@ -43,7 +46,15 @@
/* ios */
"ios" : {},
/* SDK */
"sdkConfigs" : {}
"sdkConfigs" : {},
"splashscreen" : {
"androidStyle" : "default",
"android" : {
"hdpi" : "C:/Users/ty/Desktop/新建文件夹 (2)/启动页/启动页/mipmap-hdpi/splash.png",
"xhdpi" : "C:/Users/ty/Desktop/新建文件夹 (2)/启动页/启动页/mipmap-xhdpi/splash.png",
"xxhdpi" : "C:/Users/ty/Desktop/新建文件夹 (2)/启动页/启动页/mipmap-xxhdpi/splash.png"
}
}
}
},
/* */
Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB