From f4f9ceb9ab926698ecaeb37f7f8e5a47164826b6 Mon Sep 17 00:00:00 2001 From: zgf Date: Mon, 4 Nov 2024 17:02:23 +0800 Subject: [PATCH] =?UTF-8?q?3.x=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6master?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zgf --- entry/src/main/ets/pages/SetMaxRequestPage.ets | 14 ++++++++++++++ .../main/resources/base/profile/main_pages.json | 1 - library/index.ets | 4 +--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/entry/src/main/ets/pages/SetMaxRequestPage.ets b/entry/src/main/ets/pages/SetMaxRequestPage.ets index 25622df..b7dcb5e 100644 --- a/entry/src/main/ets/pages/SetMaxRequestPage.ets +++ b/entry/src/main/ets/pages/SetMaxRequestPage.ets @@ -1,3 +1,17 @@ +/* + * Copyright (C) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the 'License'); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an 'AS IS' BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import { router } from '@kit.ArkUI' @Entry diff --git a/entry/src/main/resources/base/profile/main_pages.json b/entry/src/main/resources/base/profile/main_pages.json index 72b840d..1da00e9 100644 --- a/entry/src/main/resources/base/profile/main_pages.json +++ b/entry/src/main/resources/base/profile/main_pages.json @@ -3,7 +3,6 @@ "pages/Index", "pages/ListPage", "pages/SingleImage", - "pages/ManyPhotoShowPage", "pages/LongImagePage", "pages/TransformPage", "pages/UserPage", diff --git a/library/index.ets b/library/index.ets index 441d6e9..22893ae 100644 --- a/library/index.ets +++ b/library/index.ets @@ -68,6 +68,4 @@ export { CropTransformation } from './src/main/ets/transform/CropTransformation' export { MaskTransformation } from './src/main/ets/transform/MaskTransformation' -export { SepiaTransformation } from './src/main/ets/transform/SepiaTransformation' - -export { DownsampleStrategy } from './src/main/ets/downsampling/DownsampleStartegy' \ No newline at end of file +export { SepiaTransformation } from './src/main/ets/transform/SepiaTransformation' \ No newline at end of file