소스 검색

1.相册备份开启弹窗文案未修改,参考UI

huangxiaodong 10 달 전
부모
커밋
1d5f191db1

+ 10 - 4
创维盒子/双子星云手机/Class/Set/previewFile/backupsOptionViewController.m

@@ -187,13 +187,18 @@
         return;
     }
     
+    NSString*msgStr1 = NSLocalizedString(@"backups_need_read_msg",nil);
+    NSString*msgStr2 = NSLocalizedString(@"backups_need_read_msg2",nil);
+    
+    NSString *totalMsgstr = [[NSString alloc] initWithFormat:@"%@%@",msgStr1,msgStr2];
+    
     //KWeakSelf
     /*弹窗提示恢复出厂*/
-    ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:nil
-                                                                                     msg:NSLocalizedString(@"backups_need_read_msg",nil)
-                                                                                imageStr:nil
+    ComontAlretViewController *nextVC = [[ComontAlretViewController alloc] initWithTiTle:@""
+                                                                                     msg:totalMsgstr
+                                                                                imageStr:@""
                                                                              cancelTitle:NSLocalizedString(@"guide_set_pwd_guide_know",nil)
-                                                                                 okTitle:nil
+                                                                                 okTitle:@""
                                                                         isOkBtnHighlight:NO
                                                                               didClickOk:^{
         
@@ -202,6 +207,7 @@
     }];
     
     nextVC.modalPresentationStyle = UIModalPresentationCustom;
+    [nextVC setMsgTextAlignment:NSTextAlignmentLeft];
     
     [[iTools appRootViewController] presentViewController:nextVC animated:YES completion:^{
         nextVC.view.superview.backgroundColor = [UIColor clearColor];

+ 4 - 4
创维盒子/双子星云手机/NAS/NASViewController.m

@@ -982,10 +982,10 @@
 {
     BOOL didShow = [HWDataManager getBoolWithKey:@"Const_did_show_newer_Guide"];
     
-//    if(didShow){
-//        [self getLastNoticeFun];
-//        return;
-//    }
+    if(didShow){
+        [self getLastNoticeFun];
+        return;
+    }
     
     newerGuideView *guideView =  [[newerGuideView alloc] init];
     [[iTools getKeyWindow] addSubview:guideView];

+ 1 - 1
创维盒子/双子星云手机/en.lproj/Localizable.strings

@@ -410,7 +410,7 @@
 //2. Remember to keep the app running in the foreground while backing up files, as exiting may result in interrupted transfers.
 //3. Backing up files may affect the cloud phone operation experience; it is recommended to finish file transfers before using cloud phone operations.";
 "backups_need_read_msg" = "1. When backing up files, the system will request access to your photo library. To ensure a smooth experience, it is recommended to choose \"Allow Full Access\" to avoid frequent pop-up interruptions. Permission path: Settings > private-X app > Photos > Full Access
-2. Backing up files may affect the cloud phone operation experience; it is recommended to finish file transfers before using cloud phone operations.";
+2. Backing up files may affect the cloud phone operation experience; it is recommended to finish file transfers before using cloud phone operations.\n\n";
 
 "File_Transfer_Disable_tip"   = "This feature is currently unavailable. Please plug and unplug the power to update the device. After restoring power and network connection, it is estimated to take 15 minutes to complete the update, during which cloud services will be unavailable.";
 "File_Transfer_Disable_tip2"   = "This feature is currently unavailable. Please wait for the latest version update of the cloud server.";

+ 2 - 1
创维盒子/双子星云手机/zh-Hans.lproj/Localizable.strings

@@ -407,7 +407,7 @@
 //2、备份文件时,请保持APP前台运行,退出将会导致传输中断;\n
 //3、备份文件时,可能会影响云机操作体验,建议先完成文件传输再进行云机操作;";
 "backups_need_read_msg" = "1、备份文件时,系统将请求相册访问权限。为确保顺畅体验,建议您选择【允许完全访问】,以避免频繁弹窗打扰。权限路径:设置> private-X应用>照片>完全访问;\n
-2、备份文件时,可能会影响云机操作体验,建议先完成文件传输再进行云机操作;";
+2、备份文件时,可能会影响云机操作体验,建议先完成文件传输再进行云机操作;\n\n";
 
 "File_Transfer_Disable_tip"   = "此功能暂时无法使用,请插拔电源更新设备。恢复电源和网络后,预计需要15分钟完成更新,更新期间将无法使用云机。";
 "File_Transfer_Disable_tip2"   = "此功能不可用,敬请等待云机最新版本更新";
@@ -596,3 +596,4 @@
 "netWork_error_show_tip"   = "网络异常,请稍后再试!";
 "box_link_error_show_tip"   = "连接盒子异常,请检查网络后再试";
 
+"backups_need_read_msg2" = "3、备份路径可以到【传输设置】页面进行更";

+ 1 - 1
创维盒子/双子星云手机/zh-Hant.lproj/Localizable.strings

@@ -412,7 +412,7 @@
 //3. 備份文件時,可能會影響雲機操作體驗,建議先完成文件傳輸再進行雲機操作;";
 "backups_need_read_msg" = "1. 備份文件時,系統將請求相冊訪問權限。為確保順暢體驗,建議您選擇【允許完全訪問】,以避免頻繁彈窗打擾。
 權限路徑:設置> private-X應用>照片>完全訪問\n
-2. 備份文件時,可能會影響雲機操作體驗,建議先完成文件傳輸再進行雲機操作;";
+2. 備份文件時,可能會影響雲機操作體驗,建議先完成文件傳輸再進行雲機操作;\n\n";
 
 "File_Transfer_Disable_tip"   = "此功能暫時無法使用,請插拔電源更新設備。恢復電源和網路後,預計需要15分鐘完成更新,更新期間將無法使用雲端機";
 "File_Transfer_Disable_tip2"   = "此功能暫時無法使用,敬請等待雲機的最新版本更新。";