From 8df7c4f5c5827fbe367116b2fd8768f2c845b747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 23 Sep 2021 14:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/{down.js => index.js} | 0 data/run.bat | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{down.js => index.js} (100%) diff --git a/data/down.js b/data/index.js similarity index 100% rename from data/down.js rename to data/index.js diff --git a/data/run.bat b/data/run.bat index 822304a3..f9fac20a 100644 --- a/data/run.bat +++ b/data/run.bat @@ -1,2 +1,2 @@ @echo off -deno run --allow-net --allow-read --allow-write --unstable down.js \ No newline at end of file +deno run --allow-net --allow-read --allow-write --unstable index.js \ No newline at end of file