feat: 添加了对菜单的初步支持

This commit is contained in:
2024-03-29 17:44:48 +08:00
parent 392376248d
commit 65866488c6
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
from liteyuki.utils.data import LiteModel
class WeatherNow(LiteModel):
time: str = ""
city: str = ""