mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 01:18:19 +08:00
📝 update plugin
This commit is contained in:
parent
06f20281a5
commit
383c0031a5
@ -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>
|
||||
|
@ -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": "通过戳一戳获取服务器状态",
|
||||
|
Loading…
Reference in New Issue
Block a user