From 23747c5d2bc79a6a9c0ec63f7721da4b00f5a42b Mon Sep 17 00:00:00 2001 From: Evil0ctal <20760448+Evil0ctal@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:44:32 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80:=20Fix=20`title`=20and=20`descript?= =?UTF-8?q?ion`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_app.py | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/web_app.py b/web_app.py index 463b04d..68a2106 100644 --- a/web_app.py +++ b/web_app.py @@ -196,32 +196,22 @@ def about_popup_window(): # 程序入口/Main interface -@pywebio_config(theme='minty') +@pywebio_config(theme='minty', title='Douyin/TikTok online parsing and download without watermark | TikTok/抖音无水印在线解析下载', description='在线批量解析TikTok/抖音视频和图片,支持无水印下载,官方数据接口,稳定,开源,免费,无广告。| Online batch parsing of TikTok/Douyin videos and pictures, support for no watermark download, official data interface, stable, open source, free, no ads.') async def main(): - # 关键字信息 - keywords = config['Web_APP']['Keywords'] - # 网站描述 - description = t(config['Web_APP']['Web_Description'], config['Web_APP']['Web_Description_English']) - # 网站标题/Website title - web_title = t(config['Web_APP']['Web_Title'], config['Web_APP']['Web_Title_English']) # 设置favicon favicon_url = "https://raw.githubusercontent.com/Evil0ctal/Douyin_TikTok_Download_API/main/logo/logo192.png" - # 添加