mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Update settings page w/ deleting your account. and update translations.
This commit is contained in:
parent
3ebaff5218
commit
45397675f5
6 changed files with 147 additions and 33 deletions
|
@ -460,10 +460,10 @@ const openArticles = async (slug: string, titleName?: string) => {
|
|||
}, 1000);
|
||||
};
|
||||
|
||||
const openNewsSourcePage = async (slug: string) => {
|
||||
const openNewsSourcePage = async (slug: string, title: string) => {
|
||||
openingAppViaAnApp.value = true;
|
||||
passedValues.value = slug;
|
||||
const titleNameFinal = slug ? "關於" + slug : t("app.aboutNewsOrg");
|
||||
const titleNameFinal = title ? "關於" + title : t("app.aboutNewsOrg");
|
||||
findAndOpenWindow("aboutNewsOrg", titleNameFinal);
|
||||
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue