From 6a148b1be74b27e39eac9b4e7fbf4979c47c1c28 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 24 Aug 2018 14:21:22 +0800 Subject: [PATCH] Disable service worker --- docs/.vuepress/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c4710215..c5c6236d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,6 @@ module.exports = { title: 'NoneBot', description: '基于酷 Q 的 Python 异步 QQ 机器人框架', - serviceWorker: true, markdown: { lineNumbers: true }, @@ -12,12 +11,6 @@ module.exports = { editLinkText: '在 GitHub 上编辑此页', lastUpdated: '上次更新', activeHeaderLinks: false, - serviceWorker: { - updatePopup: { - message: "发现新内容可用", - buttonText: "刷新" - } - }, nav: [ { text: '指南', link: '/guide/' }, { text: '进阶', link: '/advanced/' },