Parcourir la source

添加了自定义段落组件

shenwu il y a 4 jours
Parent
commit
b11fab1e60
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/app.tsx

+ 3 - 3
src/app.tsx

@@ -103,9 +103,9 @@ class App extends Component {
       ]
     })
     // 自义定全屏组件
-    // novelManager.setFullScreenComponentStatus({
-    //   show: true
-    // })
+    novelManager.setFullScreenComponentStatus({
+      show: true
+    })
     // 监听用户行为事件
     novelManager.onUserTriggerEvent(res => {
       /**