diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index a3528a45b3c10eb4029973586b88dd9d7b2e40ac..73c29b33434a33063c702f3dbbc9f4927c6bbf5c 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": "web brick game online" + "value": "Used to showcase the JS injection and execution capabilities of webview." } ] } \ No newline at end of file diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 0720df2a7e822ba166fe68108bed4edb161fa248..73c29b33434a33063c702f3dbbc9f4927c6bbf5c 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -11,6 +11,10 @@ { "name": "EntryAbility_label", "value": "RunJsInWeb" + }, + { + "name": "reason", + "value": "Used to showcase the JS injection and execution capabilities of webview." } ] } \ No newline at end of file diff --git a/entry/src/main/resources/zh_CN/element/string.json b/entry/src/main/resources/zh_CN/element/string.json index 0489f74957db4401e0a3088fb0f326b86710a87f..d886b98a421dead248fc92caac4ab6076f50455d 100644 --- a/entry/src/main/resources/zh_CN/element/string.json +++ b/entry/src/main/resources/zh_CN/element/string.json @@ -11,6 +11,10 @@ { "name": "EntryAbility_label", "value": "RunJsInWeb" + }, + { + "name": "reason", + "value": "用于展示webview的JS注入与执行能力" } ] } \ No newline at end of file