📝 update plugin

This commit is contained in:
yanyongyu 2020-10-30 01:59:45 +08:00
parent 06f20281a5
commit 383c0031a5
2 changed files with 32 additions and 3 deletions

View File

@ -1,9 +1,20 @@
<template>
<v-app>
<v-main>
<v-card>
<v-card-title>...</v-card-title>
</v-card>
<v-row>
<v-col
cols="12"
sm="6"
md="4"
v-for="(plugin, index) in plugins"
:key="index"
>
<v-card>
<v-card-title>{{ plugin.name }}</v-card-title>
<v-card-text>{{ plugin.desc }}</v-card-text>
</v-card>
</v-col>
</v-row>
</v-main>
</v-app>
</template>

View File

@ -1,4 +1,22 @@
[
{
"name": "nonebot-plugin-status",
"desc": "通过戳一戳获取服务器状态",
"author": "nonebot",
"repo": "nonebot/nonebot2"
},
{
"name": "nonebot-plugin-status",
"desc": "通过戳一戳获取服务器状态",
"author": "nonebot",
"repo": "nonebot/nonebot2"
},
{
"name": "nonebot-plugin-status",
"desc": "通过戳一戳获取服务器状态",
"author": "nonebot",
"repo": "nonebot/nonebot2"
},
{
"name": "nonebot-plugin-status",
"desc": "通过戳一戳获取服务器状态",