mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
A publisher api. & modded the news.vue file to use the publisherId instead of the name. & cleaned the code using prettier.
This commit is contained in:
parent
1dd324e0ca
commit
5392974261
6 changed files with 99 additions and 36 deletions
|
@ -464,7 +464,7 @@ const openArticles = async (slug: string, titleName?: string) => {
|
|||
const openNewsSourcePage = async (slug: string) => {
|
||||
openingAppViaAnApp.value = true;
|
||||
passedValues.value = slug;
|
||||
const titleNameFinal = slug ? "關於" + slug : 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