Merge remote-tracking branch 'origin/main'

This commit is contained in:
snowy 2024-03-30 19:24:45 +08:00
commit c8851bd696
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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