改个名

This commit is contained in:
lan-air
2022-12-11 11:50:17 +08:00
parent 49dad23861
commit 42ad915966
+3 -3
View File
@@ -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() \