mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
添加图标
This commit is contained in:
parent
6250e085a4
commit
70f22195a9
@ -20,6 +20,7 @@
|
|||||||
flat
|
flat
|
||||||
color="primary"
|
color="primary"
|
||||||
v-for="item in links[group]"
|
v-for="item in links[group]"
|
||||||
|
:icon="item.icon"
|
||||||
:key="item"
|
:key="item"
|
||||||
@click="item.url ? visit(item.url) : (showMore = true)"
|
@click="item.url ? visit(item.url) : (showMore = true)"
|
||||||
:label="item.name"
|
:label="item.name"
|
||||||
@ -32,11 +33,7 @@
|
|||||||
<q-btn flat label="确定" color="primary" v-close-popup />
|
<q-btn flat label="确定" color="primary" v-close-popup />
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
</q-card>
|
</q-card>
|
||||||
<q-dialog
|
<q-dialog transition-show="fade" transition-hide="fade" v-model="showMore">
|
||||||
transition-show="fade"
|
|
||||||
transition-hide="fade"
|
|
||||||
v-model="showMore"
|
|
||||||
>
|
|
||||||
<MorePlugins
|
<MorePlugins
|
||||||
/></q-dialog>
|
/></q-dialog>
|
||||||
</div>
|
</div>
|
||||||
@ -49,21 +46,25 @@ const links = {
|
|||||||
plugin: [
|
plugin: [
|
||||||
{
|
{
|
||||||
name: "帮助",
|
name: "帮助",
|
||||||
|
icon: "help",
|
||||||
url: "https://www.yuque.com/fofolee/mwsoos/bg31vl",
|
url: "https://www.yuque.com/fofolee/mwsoos/bg31vl",
|
||||||
desc: "查看插件使用帮助",
|
desc: "查看插件使用帮助",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "源码",
|
name: "源码",
|
||||||
|
icon: "code",
|
||||||
url: "https://github.com/fofolee/uTools-quickcommand",
|
url: "https://github.com/fofolee/uTools-quickcommand",
|
||||||
desc: "本插件完全开源,记得 ⭐️ 哟",
|
desc: "本插件完全开源,记得 ⭐️ 哟",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "论坛",
|
name: "论坛",
|
||||||
|
icon: "forum",
|
||||||
url: "https://yuanliao.info/d/424-242-242",
|
url: "https://yuanliao.info/d/424-242-242",
|
||||||
desc: "到猿料论坛参与讨论吧",
|
desc: "到猿料论坛参与讨论吧",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "更多插件",
|
name: "更多插件",
|
||||||
|
icon: "extension",
|
||||||
desc: "看一看作者的其他插件吧",
|
desc: "看一看作者的其他插件吧",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user