feat: 支持天气
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
|
||||
from liteyuki.utils.data import LiteModel
|
||||
|
||||
|
||||
class Location(LiteModel):
|
||||
name: str = ""
|
||||
id: str = ""
|
||||
country: str = ""
|
||||
|
||||
class WeatherNow(LiteModel):
|
||||
time: str = ""
|
||||
city: str = ""
|
Reference in New Issue
Block a user