This commit is contained in:
2026-02-05 00:39:12 +08:00
parent 3b9076845a
commit da1f3bb445
2 changed files with 5 additions and 5 deletions

View File

@@ -8,10 +8,10 @@
// deno-1.6.0 run --allow-all server-control.ts ??
// or
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@2/server-control.ts ??
// deno-1.6.0 run --allow-all https://script.hatter.ink/@2/server-control.ts ??
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@4/server-control.ts ??
// deno-1.6.0 run --allow-all https://script.hatter.ink/@4/server-control.ts ??
import {log} from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts";
import {serverControlMain} from "https://global.hatter.ink/script/get/@5/deno-server-control-1.6.0-mod.ts";
import {serverControlMain} from "https://global.hatter.ink/script/get/@6/deno-server-control-1.6.0-mod.ts";
serverControlMain(import.meta.url).catch((e) => log.error(e));