2025Quarterly

This commit is contained in:
yuanshan 2025-09-04 13:37:23 +08:00
parent c6a1188488
commit 38db6e51f8
6 changed files with 46 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -45,6 +45,8 @@
<script setup>
import { ref, watch, onMounted, computed, reactive } from "vue";
import { useI18n } from "vue-i18n";
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
@ -97,6 +99,16 @@ const searchQuery = ref("");
const state = reactive({
list: [
{
title: "2025 Q2 Quarterly Reports",
description: "Second Quarter 2025 Financial Results",
url: quarterlyPdf2025Q2,
},
{
title: "2025 Q1 Quarterly Reports",
description: "First Quarter 2025 Financial Results",
url: quarterlyPdf2025Q1,
},
{
title: "2024 Q3 Quarterly Reports",
description: "Third Quarter 2024 Financial Results",

View File

@ -44,6 +44,8 @@
<script setup>
import { ref, watch, onMounted, computed, reactive } from "vue";
import { useI18n } from "vue-i18n";
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
@ -96,6 +98,16 @@ const searchQuery = ref("");
const state = reactive({
list: [
{
title: "2025 Q2 Quarterly Reports",
description: "Second Quarter 2025 Financial Results",
url: quarterlyPdf2025Q2,
},
{
title: "2025 Q1 Quarterly Reports",
description: "First Quarter 2025 Financial Results",
url: quarterlyPdf2025Q1,
},
{
title: "2024 Q3 Quarterly Reports",
description: "Third Quarter 2024 Financial Results",

View File

@ -46,6 +46,8 @@
<script setup>
import { ref, watch, onMounted, computed, reactive } from "vue";
import { useI18n } from "vue-i18n";
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
@ -98,6 +100,16 @@ const searchQuery = ref("");
const state = reactive({
list: [
{
title: "2025 Q2 Quarterly Reports",
description: "Second Quarter 2025 Financial Results",
url: quarterlyPdf2025Q2,
},
{
title: "2025 Q1 Quarterly Reports",
description: "First Quarter 2025 Financial Results",
url: quarterlyPdf2025Q1,
},
{
title: "2024 Q3 Quarterly Reports",
description: "Third Quarter 2024 Financial Results",

View File

@ -98,6 +98,16 @@ const searchQuery = ref("");
const state = reactive({
list: [
{
title: "2025 Q2 Quarterly Reports",
description: "Second Quarter 2025 Financial Results",
url: quarterlyPdf2025Q2,
},
{
title: "2025 Q1 Quarterly Reports",
description: "First Quarter 2025 Financial Results",
url: quarterlyPdf2025Q1,
},
{
title: "2024 Q3 Quarterly Reports",
description: "Third Quarter 2024 Financial Results",