forked from CFPAOrg/Minecraft-Mod-Language-Package
-
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.
- Loading branch information
1 parent
52750df
commit c95cf7d
Showing
6 changed files
with
69 additions
and
72 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,7 +1,7 @@ | ||
# 爬虫工具的配置文件 | ||
|
||
# 爬虫抓取的版本 | ||
# 目前只有 1.7.10, 1.8.9, 1.9.4, 1.10.2, 1.11.2, 1.12.2 四个可选 | ||
# 目前只有 1.7.10, 1.8.9, 1.9.4, 1.10.2, 1.11.2, 1.12, 1.12.2 七个可选(然而并没什么用) | ||
version: 1.12.2 | ||
|
||
# 爬虫的线程数 | ||
|
@@ -176,20 +176,6 @@ del_list: | |
- simpleautorun # 空语言文件 | ||
- equipmenttooltips # 空语言文件 | ||
|
||
# 邮件发送提醒 | ||
# 按次序写入需要发送的邮箱 | ||
email: | ||
- [email protected] | ||
|
||
# github 仓库信息获取 | ||
# 已经获得下面所有人的授权,允许抓取公开信息 | ||
# 遵循 github 用户协议 | ||
github_user: | ||
- 3TUSK | ||
- DYColdWind | ||
- SihenZhang | ||
- forestbat | ||
|
||
# 某些英文键不是我们想要的,可以通过这一块书写删除它 | ||
del_key: | ||
- 'msg.entity.rocket.seldst' | ||
|
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ requests==2.21.0 | |
javaproperties==0.5.1 | ||
wlc==0.10 | ||
PyYAML==3.13 | ||
qiniu==7.2.2 |
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