💄 update info

This commit is contained in:
yanyongyu 2020-09-17 18:22:48 +08:00
parent 7207b8c8d7
commit 2aef71a6af
2 changed files with 7 additions and 22 deletions

View File

@ -19,22 +19,7 @@
<h3 class="white--text">NoneBot</h3>
</v-col>
<v-col class="text-right">
<v-tooltip top>
<template v-slot:activator="{ on, attrs }">
<v-btn class="mr-2" icon small v-bind="attrs" v-on="on"
><v-icon small>fa-terminal</v-icon></v-btn
>
</template>
<span>Terminal</span>
</v-tooltip>
<v-tooltip top>
<template v-slot:activator="{ on, attrs }">
<v-btn icon small v-bind="attrs" v-on="on"
><v-icon small>fa-trash-alt</v-icon></v-btn
>
</template>
<span>Clear</span>
</v-tooltip>
<v-icon small>fa-user</v-icon>
</v-col>
</v-row>
</v-toolbar>
@ -136,9 +121,9 @@
</v-col>
</v-row>
</v-container>
</v-card></v-main
></v-app
>
</v-card>
</v-main>
</v-app>
</div>
</template>

View File

@ -19,9 +19,9 @@ nb create
AweSome-Bot
├── `awesome_bot` _(**或是 src**)_
│ └── `plugins`
├── `.env`
├── `.env.dev`
├── `.env.prod`
├── `.env` _(**可选的**)_
├── `.env.dev` _(**可选的**)_
├── `.env.prod` _(**可选的**)_
├── .gitignore
├── `bot.py`
├── docker-compose.yml