From b08b5cca2e892440e5a7164c852bfd77ec919ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=A2=E6=9D=A1=E4=BE=A0?= Date: Mon, 1 Apr 2024 09:33:14 +0000 Subject: [PATCH] update entry/src/main/ets/pages/testImageKnifeCache.ets. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 面条侠 --- entry/src/main/ets/pages/testImageKnifeCache.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/testImageKnifeCache.ets b/entry/src/main/ets/pages/testImageKnifeCache.ets index e47427f..8988a9a 100644 --- a/entry/src/main/ets/pages/testImageKnifeCache.ets +++ b/entry/src/main/ets/pages/testImageKnifeCache.ets @@ -33,9 +33,9 @@ let imageKnife: ImageKnife | undefined = ImageKnifeGlobal.getInstance().getImage @Component struct testImageKnifeCache { @State url: string = ''; - @State urlGif: string = 'https://octodex.github.com/images/daftpunktocat-guy.gif'; + @State urlGif: string = 'https://gd-hbimg.huaban.com/e0a25a7cab0d7c2431978726971d61720732728a315ae-57EskW_fw658'; @State urlSvg: string = 'http://1.94.37.200:700/downloadSvgIamge'; - @State urlPng: string = 'http://octodex.github.com/images/catstello.png'; + @State urlPng: string = 'https://img-blog.csdnimg.cn/20191215043500229.png'; @State urlJpg: string = 'https://hbimg.huabanimg.com/cc6af25f8d782d3cf3122bef4e61571378271145735e9-vEVggB'; @State urlBmp: string = 'https://img-blog.csdn.net/20140514114029140'; @State urlWebp: string = 'https://hbimg.huabanimg.com/95a6d37a39aa0b70d48fa18dc7df8309e2e0e8e85571e-x4hhks_fw658/format/webp';