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