mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
html & remove the legacy hot news by google rss window, (it is still accessable via the tty interface) and update i18n with the aboutNewsOrg thingy added articles (that currently does not work) & also added the privacy policy & tos page, both only accessbile via the tty interface for now. It will be avaible via the settings interface.
6 lines
97 B
Vue
6 lines
97 B
Vue
<script setup lang="ts">
|
|
const { t } = useI18n();
|
|
</script>
|
|
<template>
|
|
<div></div>
|
|
</template>
|