新闻事件倒序

This commit is contained in:
liwenhao 2025-06-03 11:01:06 +08:00
parent 3029de7916
commit 710bca3486
4 changed files with 16 additions and 16 deletions

View File

@ -215,13 +215,13 @@ const isInView = ref(false);
let observer = null; let observer = null;
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025", time: "2 June, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
router: "/news", router: "/news",
}, },
{ {
time: "2 June, 2025", time: "May 30, 2025",
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
]); ]);

View File

@ -201,13 +201,13 @@ const sampleDate = ref(formatted);
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025", time: "2 June, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
router: "/news", router: "/news",
}, },
{ {
time: "2 June, 2025", time: "May 30, 2025",
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
]); ]);

View File

@ -213,13 +213,13 @@ const isInView = ref(false);
let observer = null; let observer = null;
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025", time: "2 June, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
router: "/news", router: "/news",
}, },
{ {
time: "2 June, 2025", time: "May 30, 2025",
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
]); ]);

View File

@ -241,13 +241,13 @@ onMounted(() => {
}); });
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025", time: "2 June, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
router: "/news", router: "/news",
}, },
{ {
time: "2 June, 2025", time: "May 30, 2025",
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
]); ]);