Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 16, 2024
1 parent eb623dc commit 696fc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-image-search",
"description": "Image searching plugin for Koishi",
"version": "4.2.4",
"version": "4.3.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/ascii2d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function (http: Quester, url: string, session: Session, con
const tasks: Promise<string[]>[] = []
const colorHTML = await http.get(`${baseURL}/search/url/${encodeURIComponent(url)}`,{
headers: {
'User-Agent': 'PostmanRuntime/7.29.0',
'User-Agent': 'PostmanRuntime/7.29.0',
},
})
tasks.push(session.send('ascii2d 色合检索\n' + getDetail(colorHTML, config.output)))
Expand Down

0 comments on commit 696fc34

Please sign in to comment.