Skip to content

Commit

Permalink
πŸ’„ style: update svg file
Browse files Browse the repository at this point in the history
* Add files via upload

* Update manifest.json

* Update manifest-dev.json

* Update next.config.mjs

* Update index.ts

* Update package.json
  • Loading branch information
hezhijie0327 authored Dec 29, 2024
1 parent c74491e commit 5761303
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 4 deletions.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ const nextConfig = {
source: '/searxng-search/manifest-dev.json',
destination: '/manifest-dev.json'
},
{
source: '/searxng-search/searxng.svg',
destination: '/searxng.svg'
},
]
},
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-plugin-searxng-search",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "(Lobe Chat Plugin) Provides meta-search functionality through SearXNG, aggregating results from multiple search engines.",
"homepage": "https://github.com/hezhijie0327/chat-plugin-searxng-search",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"homepage": "https://github.com/hezhijie0327/chat-plugin-searxng-search",
"identifier": "searxng-search",
"meta": {
"avatar": "https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng-wordmark.svg",
"avatar": "http://localhost:3000/searxng.svg",
"description": "SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.",
"tags": [
"web",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"homepage": "https://github.com/hezhijie0327/chat-plugin-searxng-search",
"identifier": "searxng-search",
"meta": {
"avatar": "https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng-wordmark.svg",
"avatar": "https://chat-plugin-searxng-search.vercel.app/searxng.svg",
"description": "SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.",
"tags": [
"web",
Expand Down
56 changes: 56 additions & 0 deletions public/searxng.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/type/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export interface SearchParameters {
categories?: any;
format?: string;
pageno?: number;
q: string;
time_range?: string;
}
Expand Down

0 comments on commit 5761303

Please sign in to comment.