mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Update
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import config from "./deno.json" assert { type: "json" };
|
||||
import * as $0 from "./routes/api/config.ts";
|
||||
import * as $1 from "./routes/api/export/gallery/zip/[gid].ts";
|
||||
import * as $2 from "./routes/api/task/list.ts";
|
||||
import * as $2 from "./routes/api/task.ts";
|
||||
import * as $3 from "./routes/index.tsx";
|
||||
import * as $$0 from "./islands/Container.tsx";
|
||||
import * as $$1 from "./islands/Settings.tsx";
|
||||
@@ -14,7 +14,7 @@ const manifest = {
|
||||
routes: {
|
||||
"./routes/api/config.ts": $0,
|
||||
"./routes/api/export/gallery/zip/[gid].ts": $1,
|
||||
"./routes/api/task/list.ts": $2,
|
||||
"./routes/api/task.ts": $2,
|
||||
"./routes/index.tsx": $3,
|
||||
},
|
||||
islands: {
|
||||
|
||||
Reference in New Issue
Block a user