mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-05 19:56:25 +00:00
格式化代码,细节优化,修复了图片边框不完整的问题
This commit is contained in:
@ -17,6 +17,7 @@ class City(BaseModel):
|
||||
"""
|
||||
热门城市
|
||||
"""
|
||||
|
||||
id: int
|
||||
type: int
|
||||
first_letter: str
|
||||
@ -31,6 +32,7 @@ class CityDataList(BaseModel):
|
||||
"""
|
||||
城市首字母
|
||||
"""
|
||||
|
||||
letter: str
|
||||
city_list: List[City]
|
||||
|
||||
@ -39,6 +41,7 @@ class CityData(BaseModel):
|
||||
"""
|
||||
城市数据
|
||||
"""
|
||||
|
||||
hot: List[City]
|
||||
list: List[CityDataList]
|
||||
located_id: int
|
||||
@ -48,6 +51,7 @@ class CityResp(BaseModel):
|
||||
"""
|
||||
城市数据
|
||||
"""
|
||||
|
||||
errno: int
|
||||
errtag: int
|
||||
msg: str
|
||||
|
Reference in New Issue
Block a user