From c8d351c98a29b279aa57a7b391f0eef9aa96e95e Mon Sep 17 00:00:00 2001 From: zhanghao Date: Thu, 6 Aug 2020 20:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- static/{ => config}/configmap.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{ => config}/configmap.js (100%) diff --git a/index.html b/index.html index adfef6e..216aa28 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ } - +
diff --git a/static/configmap.js b/static/config/configmap.js similarity index 100% rename from static/configmap.js rename to static/config/configmap.js -- 2.26.0