still broken chatbot.

This commit is contained in:
yuanhau 2025-05-13 23:09:11 +08:00
parent 784b45451e
commit d6fb71d460
12 changed files with 100 additions and 62 deletions

View file

@ -7,10 +7,10 @@ const loading = ref(true);
const { t, locale } = useI18n();
const props = defineProps({
values: {
type: String,
required: true,
}
values: {
type: String,
required: true,
},
});
const {
@ -36,7 +36,6 @@ onMounted(() => {
scrambleText: fetchNewsOrgInfo.value?.title,
});
});
</script>
<template>
<div>
@ -70,4 +69,4 @@ onMounted(() => {
</div>
</div>
</div>
</template>
</template>