Switch to a basic API endpoint to get tab info.

This commit is contained in:
yuanhau 2025-05-25 09:27:58 +08:00
parent 79e133c167
commit c2ec1b6668
3 changed files with 45 additions and 47 deletions

View file

@ -166,8 +166,8 @@ const associAppWindow = [
id: "11",
title: t("app.newsview"),
component: NewsViewWindow,
width: "700px",
height: "500px",
width: "800px",
height: "600px",
},
];