-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 优化请求接口,增加延时参数 `delay`, 防止请求并发问题 2. 新增 `ouput` 参数, 是否实时显示域名有效注册 3. 新增 `version` 参数, 打印版本号 4. 优化数据. 将数据拆分为 早期,今日,明日,后期. PUSH 通知只发送今日和明白 . `log` text 日志方式则拆成三个文件(早期,今日,明日及后期). json 只保 存到一个文件.
- Loading branch information
Showing
7 changed files
with
184 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "predeldomain" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "预删除域名查询" | ||
authors = [ | ||
{ name = "Jetsung Chan", email = "[email protected]" } | ||
|
@@ -14,6 +14,7 @@ dependencies = [ | |
readme = "README.md" | ||
keywords = ["domain"] | ||
requires-python = ">= 3.10" | ||
license = { text = "Apache-2.0" } | ||
classifiers = [ | ||
'Development Status :: 4 - Beta', | ||
'Environment :: Console', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.