Explorar el Código

安卓跳云教练当前屏幕横屏记录

liushengqiang hace 1 año
padre
commit
e85ec61486
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/co-ai/index.tsx

+ 2 - 1
src/views/co-ai/index.tsx

@@ -90,7 +90,8 @@ export default defineComponent({
           orientation: 0,
           isHideTitle: true,
           statusBarTextColor: false,
-          isOpenLight: true
+          isOpenLight: true,
+          c_orientation: 0 // 0 横屏 1 竖屏
         }
       });
     };