mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-29 07:29:51 +00:00
🐛 修复npm无法显示的问题
This commit is contained in:
@ -13,3 +13,13 @@ category: API
|
||||
|
||||
 
|
||||
|
||||
<details>
|
||||
<summary>源代码</summary>
|
||||
|
||||
```python
|
||||
def __init__(self, name: str, data: dict[str, Any]):
|
||||
self.name = name
|
||||
self.data = data
|
||||
```
|
||||
</details>
|
||||
|
||||
|
Reference in New Issue
Block a user