From 51f83bf7a57fa3df256b9ece2f6763797b1f7ec0 Mon Sep 17 00:00:00 2001 From: RalapChen <340337146@qq.com> Date: Sun, 17 Jan 2021 22:01:57 +0800 Subject: [PATCH] =?UTF-8?q?:egg:=20=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84doc=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/.vuepress/config.js | 10 ---------- doc/.vuepress/templates/dev.html | 7 ------- doc/zh/guide/technicalAnalysis.md | 1 - 3 files changed, 18 deletions(-) delete mode 100644 doc/zh/guide/technicalAnalysis.md diff --git a/doc/.vuepress/config.js b/doc/.vuepress/config.js index 1b1187d..bee9d69 100755 --- a/doc/.vuepress/config.js +++ b/doc/.vuepress/config.js @@ -1,13 +1,3 @@ -/* - * @Author: smallalso - * @Date: 2020-12-08 18:33:27 - * @LastEditors: smallalso - * @LastEditTime: 2020-12-18 16:46:50 - * @FilePath: /his-doc/docs/.vuepress/config.js - */ -const isDev = process.env.NODE_ENV === 'development'; -// console.log(process.env.NODE_ENV === 'development', 888) - module.exports = { base: '/', title: 'h5-dooring', diff --git a/doc/.vuepress/templates/dev.html b/doc/.vuepress/templates/dev.html index 3836ab5..8597661 100755 --- a/doc/.vuepress/templates/dev.html +++ b/doc/.vuepress/templates/dev.html @@ -1,10 +1,3 @@ - diff --git a/doc/zh/guide/technicalAnalysis.md b/doc/zh/guide/technicalAnalysis.md deleted file mode 100644 index 478188d..0000000 --- a/doc/zh/guide/technicalAnalysis.md +++ /dev/null @@ -1 +0,0 @@ -基本介绍 2