Compare commits

...

2 Commits

Author SHA1 Message Date
张 元山
e0079415dc Merge branch 'main' of https://gitea-inner.fontree.cn/scout666/fiee-official-website 2025-05-23 13:07:09 +08:00
张 元山
97503165c1 pdf路径 2025-05-23 13:07:08 +08:00

View File

@ -41,6 +41,7 @@
<script setup>
import { ref, watch, onMounted, computed, reactive } from "vue";
import { useI18n } from "vue-i18n";
import quarterlyPdf from "@/assets/file/2025 Q1 Quarterly Results.pdf";
const { t } = useI18n();
const searchQuery = ref("");
@ -51,7 +52,7 @@ const state = reactive({
title: "2025 Q1 Quarterly Results",
description:
"Unaudited First Quarter and Full Year 2025 Financial Results",
url: "/src/assets/file/2025 Q1 Quarterly Results.pdf",
url: quarterlyPdf,
},
],
});