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

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

2
.gitignore vendored
View File

@ -20,7 +20,7 @@ compile.bat
# nuitka # nuitka
main.build/ main.build/
main.exe main.exe
main.cmdY main.cmd
docs/.vuepress/.cache/ docs/.vuepress/.cache/
docs/.vuepress/.temp/ docs/.vuepress/.temp/
docs/.vuepress/dist/ docs/.vuepress/dist/

View File

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