From 8ab74728ac4604d6d135fb8f47a94eeb4244d5f6 Mon Sep 17 00:00:00 2001 From: lan-air Date: Sun, 11 Dec 2022 11:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=AA=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 75391b9..14e6c2f 100644 --- a/main.py +++ b/main.py @@ -33,11 +33,11 @@ admin_password = 'admin' # 文件大小限制 10M file_size_limit = 1024 * 1024 * 10 # 系统标题 -title = '口令传送箱' +title = '文件快递柜' # 系统描述 -description = 'FileCodeBox,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件' +description = 'FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件' # 系统关键字 -keywords = 'FileCodeBox,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件' +keywords = 'FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件' ############################################ index_html = open('templates/index.html', 'r', encoding='utf-8').read() \