📝 update doc

This commit is contained in:
Ju4tCode
2021-02-02 21:55:18 +08:00
committed by GitHub
parent 3f0c3f1f37
commit cc3ed735f1
5 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@ const path = require("path");
module.exports = context => ({
base: process.env.VUEPRESS_BASE || "/",
title: "NoneBot",
description: "基于 OneBot 标准的 Python 异步 QQ 机器人框架",
description: "跨平台 Python 异步 QQ 机器人框架",
markdown: {
lineNumbers: true
},
@ -56,7 +56,7 @@ module.exports = context => ({
"/": {
lang: "zh-CN",
title: "NoneBot",
description: "基于 OneBot 标准的 Python 异步 QQ 机器人框架"
description: "跨平台 Python 异步 QQ 机器人框架"
}
},

View File

@ -3,7 +3,7 @@
"short_name": "NoneBot",
"background-color": "#ffffff",
"theme-color": "#ea5252",
"description": "基于 OneBot 标准的 Python 异步 QQ 机器人框架",
"description": "跨平台 Python 异步 QQ 机器人框架",
"display": "standalone",
"icons": [
{