This commit is contained in:
czz
2025-06-27 09:15:45 +08:00
parent 12c6a260c9
commit 943f5a778a
36 changed files with 1850 additions and 1355 deletions

View File

@@ -78,9 +78,9 @@ class ShareUserWidget extends GetView {
alignment: const AlignmentDirectional(-1, 0),
child: Text(
info['opType'] == 1
? '允许对方控制该设备'
? '允许对方控制该设备'.tr
: info['opType'] == 2
? '仅允许对方查看该设备'
? '仅允许对方查看该设备'.tr
: '',
style: TextStyle(
fontFamily: 'Readex Pro',