diff --git a/README.md b/README.md index ff84a80a6afe5ef05ce301d6598a23967459a1b4..8e348d988231615ba2d3d4789bd00e6e9b84d6e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **基于RCP的网络请求能力** +# 基于RCP的网络请求能力 ## 介绍 RCP指的是远程通信平台(remote communication platform),RCP提供网络数据请求功能,相较于Network Kit中HTTP请求能力,RCP更具易用性,且拥有更多的功能。例如: * 支持发送PATCH请求 diff --git a/entry/obfuscation-rules.txt b/entry/obfuscation-rules.txt index 69c4d6a8a5531548e4886fa766090c5c157a87d9..fdbb5b9852d7dd5f39bddaeb21ab5ee1f3346749 100644 --- a/entry/obfuscation-rules.txt +++ b/entry/obfuscation-rules.txt @@ -15,4 +15,8 @@ # Keep options: # -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file +# -keep-global-name: specifies names that you want to keep in the global scope +-enable-property-obfuscation +-enable-toplevel-obfuscation +-enable-filename-obfuscation +-enable-export-obfuscation \ No newline at end of file diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index 40a6eae86041388bc7c632f2684e809b601b54fe..799b46aa73ce9b2dfcd3dc3e4f95084e5adf100b 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -14,7 +14,7 @@ }, { "name": "reason", - "value": "使用网络" + "value": "Used to introduce the network request capability of RCP using the Internet network." }, { "name": "title", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index d79c1d3fde7c90c645bb5e5090221eff5ea13fa0..e78cf6b7d60aef2cc39dbfd3704459a202d170af 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -14,7 +14,7 @@ }, { "name": "reason", - "value": "Using the internet" + "value": "Used to introduce the network request capability of RCP using the Internet network." }, { "name": "title", diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 40a6eae86041388bc7c632f2684e809b601b54fe..334e9249b0d2d25cd9c1e29e0f9db0dd8be3354b 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -14,7 +14,7 @@ }, { "name": "reason", - "value": "使用网络" + "value": "用于介绍RCP的网络请求能力使用Internet网络" }, { "name": "title",