3.x代码合并master分支
Signed-off-by: zgf <zenggaofeng2@h-partners.com>
This commit is contained in:
parent
0509fa8eee
commit
f4f9ceb9ab
|
@ -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'
|
import { router } from '@kit.ArkUI'
|
||||||
|
|
||||||
@Entry
|
@Entry
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"pages/Index",
|
"pages/Index",
|
||||||
"pages/ListPage",
|
"pages/ListPage",
|
||||||
"pages/SingleImage",
|
"pages/SingleImage",
|
||||||
"pages/ManyPhotoShowPage",
|
|
||||||
"pages/LongImagePage",
|
"pages/LongImagePage",
|
||||||
"pages/TransformPage",
|
"pages/TransformPage",
|
||||||
"pages/UserPage",
|
"pages/UserPage",
|
||||||
|
|
|
@ -68,6 +68,4 @@ export { CropTransformation } from './src/main/ets/transform/CropTransformation'
|
||||||
|
|
||||||
export { MaskTransformation } from './src/main/ets/transform/MaskTransformation'
|
export { MaskTransformation } from './src/main/ets/transform/MaskTransformation'
|
||||||
|
|
||||||
export { SepiaTransformation } from './src/main/ets/transform/SepiaTransformation'
|
export { SepiaTransformation } from './src/main/ets/transform/SepiaTransformation'
|
||||||
|
|
||||||
export { DownsampleStrategy } from './src/main/ets/downsampling/DownsampleStartegy'
|
|
Loading…
Reference in New Issue