mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Change to axios as there is no way to get the profile pic via the raw
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.
This commit is contained in:
parent
12455ebd28
commit
f0e33905b8
10 changed files with 74 additions and 14 deletions
6
components/app/windows/tos.vue
Normal file
6
components/app/windows/tos.vue
Normal file
|
@ -0,0 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue