-
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
171e35c
commit 4bcdbe9
Showing
4 changed files
with
41 additions
and
23 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 |
---|---|---|
|
@@ -23,7 +23,8 @@ | |
"random", | ||
"lzma", | ||
"bz2", | ||
"decimal" | ||
"decimal", | ||
"ssl" | ||
], | ||
} | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 八围制造器 更新日志 | ||
|
||
## 1.x | ||
|
||
### 1.1.1 | ||
|
||
修复了左下角多出来的那一堆 block | ||
|
||
修复了计算血量时只用了 `[3:6]` (即 3-5) 的问题 | ||
|
||
### 1.1.0 | ||
|
||
修复了忘记在计算值的时候 `&63` 的问题 | ||
|
||
### 1.0 | ||
|
||
发布啦! |
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