From e985da169ad4503373f8f3cfeafe3f16c55e6278 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 22 Dec 2024 16:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E8=A7=A3=E5=86=B3=E8=A7=A3=E5=8E=8B=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=BD=9C=E5=9C=A8=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.js b/deploy.js index a634a60..c3b5716 100644 --- a/deploy.js +++ b/deploy.js @@ -4,7 +4,7 @@ const zip = require("./zip.js") const start = () => { zip.start().then(() => { const tar = new JSZip(); - ['config.xml', 'api.php', 'linuxdo.php'].forEach(e => { + ['config.xml', 'api.php', 'linuxdo.php','login.php'].forEach(e => { const file = fs.readFileSync(e) tar.file(e, file); })