From 7fa1f2c088951c7d659f711b159c770925c45957 Mon Sep 17 00:00:00 2001 From: Yuerchu Date: Tue, 13 May 2025 01:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B4=E9=83=A8=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ---------- main.py | 10 ---------- tool.py | 11 ----------- 3 files changed, 31 deletions(-) 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