mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 06:50:57 +00:00
feat: 添加了对菜单的初步支持
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
|
||||
from liteyuki.utils.data import LiteModel
|
||||
|
||||
class WeatherNow(LiteModel):
|
||||
time: str = ""
|
||||
city: str = ""
|
||||
|
||||
|
Reference in New Issue
Block a user