Skip to content

Commit c4154f2

Browse files
committed
Merge upstream/master into feat/exa-search-provider
2 parents 96e15f7 + e34d950 commit c4154f2

125 files changed

Lines changed: 4938 additions & 2106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
uses: docker/setup-buildx-action@v4.0.0
7171

7272
- name: Log in to DockerHub
73-
uses: docker/login-action@v4.0.0
73+
uses: docker/login-action@v4.1.0
7474
with:
7575
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7676
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
7777

7878
- name: Login to GitHub Container Registry
7979
if: env.HAS_GHCR_TOKEN == 'true'
80-
uses: docker/login-action@v4.0.0
80+
uses: docker/login-action@v4.1.0
8181
with:
8282
registry: ghcr.io
8383
username: ${{ env.GHCR_OWNER }}
@@ -169,14 +169,14 @@ jobs:
169169
uses: docker/setup-buildx-action@v4.0.0
170170

171171
- name: Log in to DockerHub
172-
uses: docker/login-action@v4.0.0
172+
uses: docker/login-action@v4.1.0
173173
with:
174174
username: ${{ secrets.DOCKER_HUB_USERNAME }}
175175
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
176176

177177
- name: Login to GitHub Container Registry
178178
if: env.HAS_GHCR_TOKEN == 'true'
179-
uses: docker/login-action@v4.0.0
179+
uses: docker/login-action@v4.1.0
180180
with:
181181
registry: ghcr.io
182182
username: ${{ env.GHCR_OWNER }}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
1+
![astrbot-github-banner-v2-light-0405_副本](https://github.com/user-attachments/assets/36fb04e4-cc75-4454-bd8b-049d11aa86f9)
2+
23

34
<div align="center">
45

@@ -157,6 +158,7 @@ Connect AstrBot to your favorite chat platform.
157158
| LINE | Official |
158159
| Satori | Official |
159160
| Misskey | Official |
161+
| Mattermost | Official |
160162
| WhatsApp (Coming Soon) | Official |
161163
| [Matrix](https://github.com/stevessr/astrbot_plugin_matrix_adapter) | Community |
162164
| [KOOK](https://github.com/wuyan1003/astrbot_plugin_kook_adapter) | Community |

astrbot/builtin_stars/web_searcher/engines/__init__.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

astrbot/builtin_stars/web_searcher/engines/bing.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

astrbot/builtin_stars/web_searcher/engines/sogo.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)