feat:调整操作流程和关闭、开启只有一种简体中文
This commit is contained in:
parent
97a36b5840
commit
982a41cffe
@ -76,11 +76,11 @@ class _GoogleHomePageState extends State<GoogleHomePage> {
|
||||
}
|
||||
|
||||
Widget _buildBottomWidget() {
|
||||
final String instructions = '1.用智能锁APP添加锁和网关\n\n'
|
||||
'2.在APP里开启锁的远程开锁功能(这个功能默认是关闭的)。如果没有这个选项,则锁不支持Google Home\n\n'
|
||||
'3.安装Google Home APP,点击左上角的“+”按钮\n\n'
|
||||
'4.在设置页面,选择“与Google协同工作”\n\n'
|
||||
'5.搜索“${state.googleHomeData.value.actionName ?? ''}”,并用智能锁APP的账号和密码进行授权';
|
||||
final String instructions = '${'1.用智能锁APP添加锁和网关'.tr}\n\n'
|
||||
'${'2.在APP里开启锁的远程开锁功能(这个功能默认是关闭的)。如果没有这个选项,则锁不支持Google Home'.tr}\n\n'
|
||||
'${'3.安装Google Home APP,点击左上角的加号按钮'.tr}\n\n'
|
||||
'${'4.在设置页面,选择"与Google协同工作'.tr}\n\n'
|
||||
'${'5.搜索'.tr}"${state.googleHomeData.value.actionName ?? ''}"${',并用智能锁APP的账号和密码进行授权'.tr}';
|
||||
|
||||
return Container(
|
||||
color: Colors.white,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user