From 97f2b59a74775f9e0062b920b4301d8a7e6978a2 Mon Sep 17 00:00:00 2001 From: CodFrm Date: Wed, 23 Oct 2019 10:54:34 +0800 Subject: [PATCH] doc frist commit --- docs/.vuepress/config.js | 6 ++++-- docs/1-UserGuide/1-4-config.md | 9 ++++++++- docs/1-UserGuide/qa.md | 4 ++++ 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 docs/1-UserGuide/qa.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ad5d8ca..e44344d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -22,7 +22,8 @@ module.exports = { { text: 'FireFox 扩展', link: '/1-UserGuide/1-2-firefox.html' }, { text: 'Tampermonkey 脚本', link: '/1-UserGuide/1-3-tampermonkey.html' }, { text: '功能说明', link: '/1-UserGuide/featured.html' }, - { text: '配置说明', link: '/1-UserGuide/1-4-config.html' } + { text: '配置说明', link: '/1-UserGuide/1-4-config.html' }, + { text: '常见问题', link: '/1-UserGuide/qa.md' } ] }, { text: '免责声明', link: '/3-Disclaimer/' }, @@ -45,7 +46,8 @@ module.exports = { '1-2-firefox.html', /* /foo/one.html */ '1-3-tampermonkey.html', 'featured.html', - '1-4-config.html' + '1-4-config.html', + 'qa.html', ], }, serviceWorker: { diff --git a/docs/1-UserGuide/1-4-config.md b/docs/1-UserGuide/1-4-config.md index 7e06b10..05f2f3d 100644 --- a/docs/1-UserGuide/1-4-config.md +++ b/docs/1-UserGuide/1-4-config.md @@ -4,4 +4,11 @@ title: 配置说明 默认配置为:自动挂机,视频静音,1倍速,间隔5分钟;请按需调整. -> 待完善 \ No newline at end of file +## 配置修改 + +### 插件版本 +打开浏览器后,点击右上角图标打开面板进行编辑 + +### 油猴版本 +打开浏览器后,点击右上角油猴图标,进入管理面板,点击插件栏目最右方向倒数第二个进入脚本编辑`config`,之后保存退出刷新页面 + diff --git a/docs/1-UserGuide/qa.md b/docs/1-UserGuide/qa.md new file mode 100644 index 0000000..7b7947b --- /dev/null +++ b/docs/1-UserGuide/qa.md @@ -0,0 +1,4 @@ +--- +title: 常见问题 +--- + -- GitLab