feat: 生成照片的组件搭建

This commit is contained in:
2026-03-26 15:13:33 +08:00
parent e72531cfb7
commit ba655834b9
9 changed files with 102 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ const props = defineProps({
});
onLoad(({ message = "" }) => {
props.answerText = message;
props.answerText = decodeURIComponent(message);
});
</script>