mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-07 15:31:41 +08:00
Add meiliserach server support
Fix GalleryMetadata contains escaped html data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"imports": {
|
||||
"std/": "https://deno.land/[email protected]0.0/",
|
||||
"std/": "https://deno.land/[email protected]1.0/",
|
||||
"deno_dom/": "https://deno.land/x/[email protected]/",
|
||||
"sqlite/": "https://deno.land/x/[email protected]/",
|
||||
"zipjs/": "https://deno.land/x/[email protected]/",
|
||||
@@ -17,6 +17,8 @@
|
||||
"accept-language-parser/": "https://esm.sh/[email protected]/",
|
||||
"sortable": "https://esm.sh/gh/SortableJS/[email protected]/Sortable.min.js",
|
||||
"esbuild/": "https://deno.land/x/[email protected]/",
|
||||
"lifegpc-md5": "https://esm.sh/[email protected]"
|
||||
"lifegpc-md5": "https://esm.sh/[email protected]",
|
||||
"meilisearch": "https://esm.sh/[email protected]",
|
||||
"lodash/": "https://esm.sh/[email protected]/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user