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:
yuanhau 2025-06-03 16:40:25 +08:00
parent 12455ebd28
commit f0e33905b8
10 changed files with 74 additions and 14 deletions

View file

@ -104,5 +104,15 @@
"checkweirdkeywords": "This tool check if the news title has weird 18+ content.",
"noadlinetoday": "Provides free, no ads Line today."
}
},
"pages": {
"privacypolicy": {
"title": "Privacy Policy",
"content": "Ummmm"
},
"tos": {
"title": "Terms of service",
"content": "N/A"
}
}
}

View file

@ -104,5 +104,15 @@
"checkweirdkeywords": "這個工具檢查新聞記者是不是使用偏色情的標體 (台灣的很愛用)",
"noadlinetoday": "提供無廣告的LINE Today 新聞"
}
},
"pages": {
"privacypolicy": {
"title": "Privacy Policy",
"content": "Ummmm"
},
"tos": {
"title": "Terms of service",
"content": "N/A"
}
}
}