更改针对接口回调信息需求的审核意见

Signed-off-by: tyBrave <tianyong21@h-partners.com>
This commit is contained in:
tyBrave
2024-10-29 15:17:47 +08:00
parent c5a861f4fe
commit 5f2e80400a
7 changed files with 22 additions and 62 deletions

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
import { ImageKnife, CacheStrategy, ImageKnifeComponent, ImageKnifeOption } from '@ohos/imageknife';
import { ImageKnife, CacheStrategy, ImageKnifeComponent, ImageKnifeOption } from '@ohos/libraryimageknife';
@Entry
@Component

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
import { ImageKnifeComponent, ImageKnifeData, ImageKnifeOption, ImageKnifeRequest } from '@ohos/imageknife';
import { ImageKnifeComponent, ImageKnifeData, ImageKnifeOption, ImageKnifeRequest } from '@ohos/libraryimageknife';
import { router } from '@kit.ArkUI';
@Entry

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
import { ImageKnifeComponent} from '@ohos/imageknife';
import { ImageKnifeComponent} from '@ohos/libraryimageknife';
class ArrayElement {
src: string = "";

View File

@@ -13,7 +13,7 @@
* limitations under the License.
*/
import { ImageKnife, ImageKnifeComponent, ImageKnifeOption } from '@ohos/imageknife';
import { ImageKnife, ImageKnifeComponent, ImageKnifeOption } from '@ohos/libraryimageknife';
@Entry