mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
feat: 添加了对菜单的初步支持
This commit is contained in:
parent
392376248d
commit
65866488c6
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,7 +20,7 @@ compile.bat
|
||||
# nuitka
|
||||
main.build/
|
||||
main.exe
|
||||
main.cmdY
|
||||
main.cmd
|
||||
docs/.vuepress/.cache/
|
||||
docs/.vuepress/.temp/
|
||||
docs/.vuepress/dist/
|
||||
|
@ -0,0 +1,7 @@
|
||||
|
||||
from liteyuki.utils.data import LiteModel
|
||||
|
||||
class WeatherNow(LiteModel):
|
||||
time: str = ""
|
||||
city: str = ""
|
||||
|
Loading…
Reference in New Issue
Block a user