first commit

This commit is contained in:
boybook
2025-03-17 13:24:39 +08:00
commit 9a0334ee84
6410 changed files with 221907 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
---
sidebarDepth: 1
---
# 自定义书本
## GetBookManager
<span style="display:inline;color:#7575f9">客户端</span>
method in mod.client.extraClientApi
- 描述
获取书本管理对象
- 参数
- 返回值
| <div style="width: 4em">数据类型</div> | 说明 |
| :--- | :--- |
| BookManager | 所有书本的管理对象 |
- 示例
```python
import mod.client.extraClientApi as clientApi
bookManager = clientApi.GetBookManager()
```