Browse Source

compdfkit(rn) - 1.13.0 release 配置内容补充

liuxiaolong 9 months ago
parent
commit
8c2037c366
2 changed files with 5 additions and 2 deletions
  1. 3 1
      README.md
  2. 2 1
      assets/configuration.json

+ 3 - 1
README.md

@@ -651,6 +651,7 @@ The following is the complete [configuration](./assets/configuration.json) conte
     },
     "toolbarConfig": {							// Top Toolbar Configuration
       "androidAvailableActions": [
+        "back",
         "thumbnail",
         "search",
         "bota",
@@ -893,7 +894,8 @@ The following is the complete [configuration](./assets/configuration.json) conte
       "enableSliderBar": true,
       "enablePageIndicator": true,
       "pageSpacing": 10,
-      "pageScale": 1.0
+      "pageScale": 1.0,
+      "pageSameWidth": true
     }
   }
 ```

+ 2 - 1
assets/configuration.json

@@ -252,6 +252,7 @@
     "enableSliderBar": true,
     "enablePageIndicator": true,
     "pageSpacing": 10,
-    "pageScale": 1.0
+    "pageScale": 1.0,
+    "pageSameWidth": true
   }
 }