mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Update
This commit is contained in:
@@ -2,7 +2,11 @@ import { dirname, join } from "std/path/mod.ts";
|
||||
import { sure_dir } from "./utils.ts";
|
||||
|
||||
const map = JSON.parse(await Deno.readTextFile("./import_map.json")).imports;
|
||||
const LIST: string[] = ["preact-material-components/TopAppBar/style.css"];
|
||||
const LIST: string[] = [
|
||||
"preact-material-components/TopAppBar/style.css",
|
||||
"preact-material-components/List/style.css",
|
||||
"preact-material-components/Icon/style.css",
|
||||
];
|
||||
|
||||
function get_url(i: string) {
|
||||
for (const v of Object.getOwnPropertyNames(map)) {
|
||||
|
||||
Reference in New Issue
Block a user