mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
News window & make the hot news that uses google news rss legacy.
This commit is contained in:
parent
dcf1b7db66
commit
046f5ae446
8 changed files with 14 additions and 12 deletions
|
@ -461,10 +461,10 @@ const openArticles = async (slug: string, titleName?: string) => {
|
|||
}, 1000);
|
||||
};
|
||||
|
||||
const openNewsSourcePage = async (slug: string, titleName: string) => {
|
||||
const openNewsSourcePage = async (slug: string) => {
|
||||
openingAppViaAnApp.value = true;
|
||||
passedValues.value = slug;
|
||||
const titleNameFinal = titleName + " " + t("app.aboutNewsOrg");
|
||||
const titleNameFinal = slug ? "關於" + slug : t("app.aboutNewsOrg");
|
||||
findAndOpenWindow("aboutNewsOrg", titleNameFinal);
|
||||
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue