Merge branch 'main' into feature/dr-sdk

This commit is contained in:
shenjack 2023-05-02 12:39:01 +08:00
commit d08bd3122d
3 changed files with 13 additions and 4 deletions

1
DR.py
View File

@ -99,6 +99,7 @@ def main() -> None:
crash.record_thread = False
print(crash.all_thread)
print(crash.all_process)
print("Difficult_Rocket 已关闭")
if __name__ == '__main__':

View File

@ -3,9 +3,7 @@
## 范例
```python
from Difficult_Rocket.utils.translate import Tr
from Difficult_Rocket.utils.translate import tr
Tr.lang
print(Tr.window.setup.done)
print(tr().window.setup.done())
```

View File

@ -54,6 +54,16 @@
- Now when the game crashes, it will automatically output the crash log in stdio
- The content of the crash log is basically the same as the crash report
### Docs
- `howto/translate.md`
- 修改为新的 tr 调用方式
- Modified to the new tr call method
- `SUMMARY.md`
- add `howto/translate.md`
- add `howto/game/readme.md`
- `contributors` -> `Contributing`
### Mod Loader
- `ModInfo`