删除部分文件头部的注释

This commit is contained in:
2025-05-13 01:19:31 +08:00
parent 8c7a0a07ed
commit 7fa1f2c088
3 changed files with 0 additions and 31 deletions

View File

@@ -1,13 +1,3 @@
<!--
* @Author: 于小丘 海枫
* @Date: 2024-11-29 20:06:02
* @LastEditors: Yuerchu admin@yuxiaoqiu.cn
* @FilePath: /Findreve/README.md
* @Description: Findreve
*
* Copyright (c) 2018-2024 by 于小丘Yuerchu, All Rights Reserved.
-->
<h1 align="center">
<br>
<a href="https://find.yxqi.cn" alt="logo" ><img src="./docs/Findreve.png" width="150"/></a>

10
main.py
View File

@@ -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

11
tool.py
View File

@@ -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