fix: daily page

This commit is contained in:
zzc
2026-03-01 22:58:21 +08:00
parent 99cf4249db
commit f4004da994
2 changed files with 70 additions and 12 deletions

View File

@@ -966,6 +966,13 @@ onLoad((options) => {
scenePopup.value.open();
}, 200);
}
if (options.content) {
blessingText.value = { content: decodeURIComponent(options.content) };
}
if (options.author) {
signatureName.value = decodeURIComponent(options.author);
}
});
const loadData = () => {