补充docs

This commit is contained in:
shenjack 2023-09-11 00:44:21 +08:00
parent 1bb8f88f2c
commit 6229e8447c
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -5,6 +5,23 @@
- DR sdk: 0.8.7.0
- DR api: 0.1.1.0
## DR sdk 0.8.7.1
### Add
- `BaseScreen`
- 现在继承了 `Options`
- 添加了 `name` 选项来识别名称
- Now inherits `Options`
- Added `name` option to identify name
- `gui.widget.PressTextButton`
- 作为 gui 的一部分
- 依然在测试阶段
- 有人发现 bug 请务必发 issue, 十分感谢
- As part of gui
- Still in the testing phase
- If you find a bug, please be sure to issue it, thank you very much
## DR sdk 0.8.7.0
### Add