Browse Source

compdfkit(rn) - readme 增加配置json快速跳转

liuxiaolong 1 year ago
parent
commit
c1721b61c5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -379,7 +379,7 @@ To protect user privacy, before accessing the sensitive privacy data, you need t
 
 ## 2.3 Run Project
 
-1. Create an `assets` directory in the project's root directory and copy the **configuration.json** file from the demo to this directory.
+1. Create an `assets` directory in the project's root directory and copy the **[configuration.json](./assets/configuration.json)** file from the demo to this directory.
 
 <img src="./Image/2-3-1.png" alt="2-3-1" style="zoom:33%;" />
 
@@ -531,7 +531,7 @@ npx react-native run-ios
 
 # 3 UI Customization
 
-In version **1.12.0**, we have expanded the options defined in the **configuration.json**. When using the `NativeModules.OpenPDFModule.openPDFByConfiguration` method to open a PDF view, you can define the JSON content to meet your product requirements. We will continue to enrich the configuration options in the future to further enhance the flexibility of the product. Here are some examples of commonly used configuration options:
+In version **1.12.0**, we have expanded the options defined in the **[configuration.json](./assets/configuration.json)**. When using the `NativeModules.OpenPDFModule.openPDFByConfiguration` method to open a PDF view, you can define the JSON content to meet your product requirements. We will continue to enrich the configuration options in the future to further enhance the flexibility of the product. Here are some examples of commonly used configuration options:
 
 The following only shows the key parts of the example. Please pass in the complete json content when using it.
 
@@ -586,7 +586,7 @@ The following only shows the key parts of the example. Please pass in the comple
 }
 ```
 
-The following is the complete configuration content with data description:
+The following is the complete [configuration](./assets/configuration.json) content with data description:
 
   ```json
   {