From ab3d467fd0eb3ddcdf854dbfb0e6bb25e2d4af95 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Tue, 6 Oct 2020 22:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++-- src/config/config.js | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4711a78..fbf6f78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .DS_Store node_modules -/dist -/package-lock.json +dist +package-lock.json +*.zip # local env files .env.local @@ -22,3 +23,4 @@ pnpm-debug.log* *.sln *.sw? + diff --git a/src/config/config.js b/src/config/config.js index a6dc63f..654afdf 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -2,7 +2,8 @@ * @description 导出自定义配置 **/ const config = { - layout: "gallery", + layout: "vertical", donation: true, + templateFolder: "project", }; module.exports = config;