mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
Update keywords in nuxt.config.ts for improved SEO and add success message in line_today.py
This commit is contained in:
parent
cbec267f7b
commit
67f574fc35
@ -66,12 +66,12 @@ export default defineNuxtConfig({
|
|||||||
{
|
{
|
||||||
name: "keywords",
|
name: "keywords",
|
||||||
content:
|
content:
|
||||||
"News Platform, Mini Wikipedia, News Comparison platform, 新聞平台, 米你維基百科, 新聞觀點比對平台",
|
"News Platform, Mini Wikipedia, News Comparison platform, Desktop News Compare system, Destkop Like system, like ground news, built with nuxtjs, open source, 新聞平台, 米你維基百科, 新聞觀點比對平台, 桌面系統, 新聞桌面系統, Ground News, 類似像 Ground News, 開源, python, nuxtjs, vuejs, tailwind, shadcn",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "og:keywords",
|
name: "og:keywords",
|
||||||
content:
|
content:
|
||||||
"News Platform, Mini Wikipedia, News Comparison platform, 新聞平台, 米你維基百科, 新聞觀點比對平台",
|
"News Platform, Mini Wikipedia, News Comparison platform, Desktop News Compare system, Destkop Like system, like ground news, built with nuxtjs, open source, 新聞平台, 米你維基百科, 新聞觀點比對平台, 桌面系統, 新聞桌面系統, Ground News, 類似像 Ground News, 開源, python, nuxtjs, vuejs, tailwind, shadcn",
|
||||||
},
|
},
|
||||||
|
|
||||||
{ name: "author", content: "@hpware on GitHub" },
|
{ name: "author", content: "@hpware on GitHub" },
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# THIS WORKS :D
|
||||||
import re
|
import re
|
||||||
from urllib.request import urlopen, Request
|
from urllib.request import urlopen, Request
|
||||||
import chardet
|
import chardet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user