From 1de7cfc7730d308a07cef95d3e9d5acb21c21d37 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 19 May 2025 20:44:35 +0800 Subject: [PATCH] docs: fix pictures example --- docs/1.示例/照片类作品示例.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.示例/照片类作品示例.md b/docs/1.示例/照片类作品示例.md index 4d3808ef..e0501310 100644 --- a/docs/1.示例/照片类作品示例.md +++ b/docs/1.示例/照片类作品示例.md @@ -10,7 +10,7 @@ import { ref, onMounted } from 'vue' const list = ref([]) onMounted(async () => { - const res = await fetch('https://api.pengzhanbo.cn/wallpaper/bing/list/zh/').then((res) => res.json()) + const res = await fetch('https://api.pengzhanbo.cn/wallpaper/bing/zh/').then((res) => res.json()) list.value = res.map(item => ({ title: item.title, image: item.url,