From 5257a766f64a5002ed6a12037c82d872e2fe75b3 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Tue, 10 Feb 2026 00:12:13 +0800 Subject: [PATCH] fix: share token --- pages/make/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/make/index.vue b/pages/make/index.vue index e7a242f..71466f7 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -154,7 +154,7 @@ @tap="selectTitle(title)" > @@ -933,6 +933,10 @@ const getThumbUrl = (url) => { return `${url}?imageView2/1/w/340/h/600/q/80`; }; +const getTitleThumbUrl = (url) => { + return `${url}?imageView2/2/w/200/h/200/q/80`; +}; + const getTemplateContentList = async (isLoadMore = false) => { if (loadingBlessings.value || (!hasMoreBlessings.value && isLoadMore)) return;