diff --git a/README.md b/README.md index 7a2a4ad..17e9579 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ - -
diff --git a/main.py b/main.py
index 9c04fc7..63c0751 100644
--- a/main.py
+++ b/main.py
@@ -1,13 +1,3 @@
-'''
-Author: 于小丘 海枫
-Date: 2024-10-02 15:23:34
-LastEditors: Yuerchu admin@yuxiaoqiu.cn
-FilePath: /Findreve/main.py
-Description: 标记、追踪与找回 —— 就这么简单。
-
-Copyright (c) 2018-2025 by 于小丘Yuerchu, All Rights Reserved.
-'''
-
# 导入库
from app import app
from fastapi.staticfiles import StaticFiles
diff --git a/tool.py b/tool.py
index 2129ef0..b7b9320 100644
--- a/tool.py
+++ b/tool.py
@@ -1,14 +1,3 @@
-'''
-Author: 于小丘 海枫
-Date: 2024-10-02 15:23:34
-LastEditors: Yuerchu admin@yuxiaoqiu.cn
-LastEditTime: 2024-11-29 20:05:42
-FilePath: /Findreve/tool.py
-Description: Findreve 小工具 tool
-
-Copyright (c) 2018-2024 by 于小丘Yuerchu, All Rights Reserved.
-'''
-
import hashlib
import binascii
import logging