添加gitignore

This commit is contained in:
ClovertaTheTrilobita 2025-01-04 22:44:37 +08:00
parent 66f724a1d1
commit 4e9db16b2e
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env.prod

View file

@ -13,7 +13,6 @@ async def handle_function():
def get_weather(city_name): def get_weather(city_name):
# 设置请求的URL和参数 # 设置请求的URL和参数
url = f'https://apis.juhe.cn/simpleWeather/query?key=50a3bd415158e186903d6e6994157589&city={city_name}' url = f'https://apis.juhe.cn/simpleWeather/query?key=50a3bd415158e186903d6e6994157589&city={city_name}'