Merge branch 'master' of https://gitee.com/starlock-cn/app-starlock
BIN
star_lock/images/lockType/lockType_camera.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 619 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 889 B |
BIN
star_lock/images/main/icon_main_camera.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
@ -58,10 +58,16 @@ class _AccessoriesListPageState extends State<AccessoriesListPage>
|
||||
height: 140.h,
|
||||
padding: EdgeInsets.all(30.w),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
SizedBox(
|
||||
width: 30.w,
|
||||
),
|
||||
Image.asset(
|
||||
iconStr,
|
||||
width: 60.w,
|
||||
height: 60.w,
|
||||
fit: BoxFit.fill,
|
||||
),
|
||||
SizedBox(width: 20.w),
|
||||
Text(
|
||||
|
||||
@ -160,7 +160,7 @@ class _RealTimePicturePageState extends State<RealTimePicturePage>
|
||||
"images/main/icon_lockDetail_monitoringOpenVoice.png"))),
|
||||
),
|
||||
),
|
||||
SizedBox(width: 30.w),
|
||||
SizedBox(width: 50.w),
|
||||
// 截图
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
@ -177,7 +177,7 @@ class _RealTimePicturePageState extends State<RealTimePicturePage>
|
||||
"images/main/icon_lockDetail_monitoringScreenshot.png")),
|
||||
),
|
||||
),
|
||||
SizedBox(width: 30.w),
|
||||
SizedBox(width: 50.w),
|
||||
// 录制
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
@ -195,7 +195,7 @@ class _RealTimePicturePageState extends State<RealTimePicturePage>
|
||||
"images/main/icon_lockDetail_monitoringScreenRecording.png")),
|
||||
),
|
||||
),
|
||||
SizedBox(width: 30.w),
|
||||
SizedBox(width: 50.w),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
logic.showToast('该功能暂未开放');
|
||||
|
||||
@ -81,8 +81,8 @@ class _SelectLockTypePageState extends State<SelectLockTypePage>
|
||||
// Navigator.pushNamed(context, Routers.gatewayListPage);
|
||||
getNearByLimits();
|
||||
}),
|
||||
lockTypeItem(
|
||||
'images/lockType/lockType_gatewayLock.png', '网络摄像头', () {
|
||||
lockTypeItem('images/lockType/lockType_camera.png', '网络摄像头',
|
||||
() {
|
||||
// Navigator.pushNamed(context, Routers.gatewayListPage);
|
||||
getNearByLimits();
|
||||
}),
|
||||
|
||||