Skip to content

Commit 8ab7472

Browse files
author
lan-air
committed
改个名
1 parent 1cbb753 commit 8ab7472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
# 文件大小限制 10M
3434
file_size_limit = 1024 * 1024 * 10
3535
# 系统标题
36-
title = '口令传送箱'
36+
title = '文件快递柜'
3737
# 系统描述
38-
description = 'FileCodeBox,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件'
38+
description = 'FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件'
3939
# 系统关键字
40-
keywords = 'FileCodeBox,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件'
40+
keywords = 'FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件,图片,视频,音频,压缩包等文件'
4141
############################################
4242

4343
index_html = open('templates/index.html', 'r', encoding='utf-8').read() \

0 commit comments

Comments
 (0)