改个名

This commit is contained in:
lan-air
2022-12-11 11:50:17 +08:00
parent 1cbb7534f3
commit 8ab74728ac
+3 -3
View File
@@ -33,11 +33,11 @@ admin_password = 'admin'
# 文件大小限制 10M # 文件大小限制 10M
file_size_limit = 1024 * 1024 * 10 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() \ index_html = open('templates/index.html', 'r', encoding='utf-8').read() \