💄 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> <h3 class="white--text">NoneBot</h3>
</v-col> </v-col>
<v-col class="text-right"> <v-col class="text-right">
<v-tooltip top> <v-icon small>fa-user</v-icon>
<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-col> </v-col>
</v-row> </v-row>
</v-toolbar> </v-toolbar>
@ -136,9 +121,9 @@
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>
</v-card></v-main </v-card>
></v-app </v-main>
> </v-app>
</div> </div>
</template> </template>

View File

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