Remove legacy and/or code that is not used.

This commit is contained in:
yuanhau 2025-06-09 14:24:42 +08:00
parent d99031b3b6
commit 5f3a721339
18 changed files with 4 additions and 203 deletions

View file

@ -1,4 +0,0 @@
<template>
<!--TODO: Cover the filtering out with a actucal bot check, think anubus but it helps load the website algrothom? and helps client load faster? and add help via an api that LLMs can use?-->
<div></div>
</template>

View file

@ -105,7 +105,6 @@ const translateProvider = ref("");
// Key Data
const menuItems = [
// { name: t("app.hotnews"), windowName: "hotnews" },
{ name: t("app.news"), windowName: "news" },
{ name: t("app.sources"), windowName: "sources" },
{ name: t("app.starred"), windowName: "starred" },
@ -113,20 +112,10 @@ const menuItems = [
{ name: t("app.about"), windowName: "about" },
{ name: t("app.terminal"), windowName: "tty" },
{ name: t("app.settings"), windowName: "settings" },
{ name: t("app.login"), windowName: "login" },
{ name: t("app.leave"), windowName: "leave" },
];
const associAppWindow = [
{
name: "googlenews",
id: "1",
title: t("app.hotnews"),
component: HotNewsWindow,
width: "700px",
height: "500px",
translatable: true,
},
{
name: "login",
id: "2",