mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Remove legacy and/or code that is not used.
This commit is contained in:
parent
d99031b3b6
commit
5f3a721339
18 changed files with 4 additions and 203 deletions
|
@ -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>
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue