mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 12:23:00 +08:00
📝 优化主页展示
This commit is contained in:
parent
4264413888
commit
510defc263
@ -8,7 +8,7 @@ export default defineUserConfig({
|
|||||||
navbar: [
|
navbar: [
|
||||||
{ text: "主页", link: "/" },
|
{ text: "主页", link: "/" },
|
||||||
{
|
{
|
||||||
text: "上车",
|
text: "使用",
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
text: "安装",
|
text: "安装",
|
||||||
@ -16,12 +16,12 @@ export default defineUserConfig({
|
|||||||
activeMatch: "^/usage/install",
|
activeMatch: "^/usage/install",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "简单使用",
|
text: "入门",
|
||||||
link: "/usage/easy-use.md",
|
link: "/usage/easy-use.md",
|
||||||
activeMatch: "^/usage/easy-use",
|
activeMatch: "^/usage/easy-use",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "详细配置",
|
text: "详述",
|
||||||
link: "/usage",
|
link: "/usage",
|
||||||
activeMatch: "^/usage$",
|
activeMatch: "^/usage$",
|
||||||
},
|
},
|
||||||
|
@ -2,11 +2,12 @@
|
|||||||
home: true
|
home: true
|
||||||
heroText: Nonebot Bison
|
heroText: Nonebot Bison
|
||||||
tagline: 励志做全泰拉骑自行车最快的信使
|
tagline: 励志做全泰拉骑自行车最快的信使
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
- text: 快速部署
|
- text: 快速部署
|
||||||
link: /usage/install.md
|
link: /usage/install.md
|
||||||
type: secondary
|
type: secondary
|
||||||
- text: 快速上手
|
- text: 快速上车
|
||||||
link: /usage/easy-use.md
|
link: /usage/easy-use.md
|
||||||
type: primary
|
type: primary
|
||||||
- text: 详细了解
|
- text: 详细了解
|
||||||
@ -21,3 +22,18 @@ features:
|
|||||||
details: 私聊、群组亦或是网页,Bison提供全方位下单服务,只需简单指令,就能精准送达!
|
details: 私聊、群组亦或是网页,Bison提供全方位下单服务,只需简单指令,就能精准送达!
|
||||||
footer: MIT Licensed
|
footer: MIT Licensed
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<center>
|
||||||
|
|
||||||
|
<font size=5px>为什么是 Bison?</font>
|
||||||
|
|
||||||
|
作为 Nonebot 的一个插件,它的名字来自于明日方舟的角色 Bison,是通用的平台消息推送工具
|
||||||
|
|
||||||
|
<div style="background: rgba(128, 128, 128, 0.07); border-radius: 10px; background-clip: padding-box;">
|
||||||
|
|
||||||
|
<font size=4px>目前支持</font>
|
||||||
|
|
||||||
|
• 微博 • 哔哩哔哩 • 哔哩哔哩直播 • 哔哩哔哩番剧 • 网易云歌手 • 网易云电台 • 明日方舟 • FF14 • MCBBS 幻翼块讯 • RSS •
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user