Update README.md

This commit is contained in:
jxxghp
2025-05-01 22:18:36 +08:00
committed by GitHub
parent ea1b8ae9ab
commit 24697ecaaf

View File

@@ -763,7 +763,7 @@ def usage(self) -> Optional[schemas.StorageUsage]:
"""
pass
```
- 4. 参考 11 实现`get_module`声明以下模块方法具体可参考app/chain/storage.py其实就是对上一步的方法再做一下封装
- 4. 参考 11 实现`get_module`声明以下模块方法具体可参考app/modules/filemanager/\__init__.py其实就是对上一步的方法再做一下封装
```python
def list_files(self, fileitem: schemas.FileItem, recursion: bool = False) -> Optional[List[schemas.FileItem]]:
"""