submodule

This commit is contained in:
pythagodzilla 2025-08-04 07:07:17 +01:00
parent aaa1ee91ae
commit 0f0c700d9f
6 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ tests
.env
src/data
src/logs
src/config.yaml

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "src/plugins/Weather"]
path = src/plugins/Weather
url = https://github.com/pythagodzi11a/Weather.git
[submodule "src/plugins/YiYanAPI"]
path = src/plugins/YiYanAPI
url = https://github.com/pythagodzi11a/YiYanAPI

1
src/plugins/YiYanAPI Submodule

@ -0,0 +1 @@
Subproject commit 88e4f85afd8723e5d999ff3adf0c6ff27422e2fb

Binary file not shown.

Binary file not shown.

Binary file not shown.