Add Time into the news system & Add a new API keypoint into the home page.

This commit is contained in:
yuanhau 2025-05-25 09:49:35 +08:00
parent c2ec1b6668
commit 3019c06ec1
6 changed files with 45 additions and 24 deletions

View file

@ -133,6 +133,8 @@ const associAppWindow = [
id: "6",
title: t("app.news"),
component: NewsWindow,
width: "800px",
height: "600px",
},
{
name: "starred",
@ -166,8 +168,6 @@ const associAppWindow = [
id: "11",
title: t("app.newsview"),
component: NewsViewWindow,
width: "800px",
height: "600px",
},
];