From 7a63c3edc74590e775e4e692f34832bcd552b3fd Mon Sep 17 00:00:00 2001 From: T00700 <119649139+T00700@users.noreply.github.com> Date: Fri, 10 May 2024 12:54:17 +0800 Subject: [PATCH] =?UTF-8?q?Rename=20=E6=A8=A1=E6=9D=BF.js=20to=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {lib => js}/模板.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {lib => js}/模板.js (99%) diff --git a/lib/模板.js b/js/模板.js similarity index 99% rename from lib/模板.js rename to js/模板.js index 3801833..ba0fd9f 100644 --- a/lib/模板.js +++ b/js/模板.js @@ -298,4 +298,4 @@ function getMubans() { } var mubanDict = getMubans(); var muban = getMubans(); -export default {muban,getMubans}; \ No newline at end of file +export default {muban,getMubans};