From 14223232f9d65902d1b13b51ad66b0476bda136a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E9=87=8Clinghui?= <1229357742@qq.com> Date: Fri, 1 Nov 2024 12:38:27 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dlp=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=96=87=E4=BB=B6=E5=90=8D=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 神里linghui <1229357742@qq.com> --- AppScope/app.json | 4 ++-- AppScope/app.json5 | 4 ++-- entry/src/main/ets/ViewAbility/ViewAbility.ets | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AppScope/app.json b/AppScope/app.json index d06e66c..21e6927 100644 --- a/AppScope/app.json +++ b/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.dlpmanager", "vendor": "example", - "versionCode": 1000119, - "versionName": "1.0.1.19", + "versionCode": 1000120, + "versionName": "1.0.1.20", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/AppScope/app.json5 b/AppScope/app.json5 index 32d2725..f8f97eb 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -16,8 +16,8 @@ "app": { "bundleName": "com.ohos.dlpmanager", "vendor": "example", - "versionCode": 1000119, - "versionName": "1.0.1.19", + "versionCode": 1000120, + "versionName": "1.0.1.20", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 12, diff --git a/entry/src/main/ets/ViewAbility/ViewAbility.ets b/entry/src/main/ets/ViewAbility/ViewAbility.ets index 4d847b8..2bedba5 100644 --- a/entry/src/main/ets/ViewAbility/ViewAbility.ets +++ b/entry/src/main/ets/ViewAbility/ViewAbility.ets @@ -235,7 +235,7 @@ export default class ViewAbility extends ServiceExtensionAbility { 'name': this.linkFileWriteable }, 'fileName': { - 'name': this.fileName + 'name': decodeURIComponent(this.fileName) }, 'ohos.dlp.params.index': this.appIndex, 'ohos.dlp.params.moduleName': this.sandboxModuleName,