mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
去除分享中心功能
This commit is contained in:
parent
29a6b07dfe
commit
1ef82a9682
@ -45,15 +45,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "share",
|
||||
"explain": "查看分享中心的快捷命令",
|
||||
"cmds": [
|
||||
"分享中心",
|
||||
"ShareCenter"
|
||||
],
|
||||
"icon": "features/share.png"
|
||||
},
|
||||
{
|
||||
"code": "server",
|
||||
"explain": "配置快捷命令后台服务",
|
||||
|
@ -59,13 +59,13 @@
|
||||
</q-item-section>
|
||||
<q-item-section>复制到剪贴板</q-item-section>
|
||||
</q-item>
|
||||
<q-item clickable @click="showShare = true" v-close-popup>
|
||||
<!-- <q-item clickable @click="showShare = true" v-close-popup>
|
||||
<q-item-section side>
|
||||
<q-icon name="share" />
|
||||
</q-item-section>
|
||||
<q-item-section>分享</q-item-section>
|
||||
<q-tooltip>分享到分享中心</q-tooltip>
|
||||
</q-item>
|
||||
</q-item> -->
|
||||
<q-item
|
||||
clickable
|
||||
v-close-popup
|
||||
|
@ -396,12 +396,12 @@
|
||||
</q-list>
|
||||
</q-menu>
|
||||
</q-item>
|
||||
<q-item clickable to="/share">
|
||||
<!-- <q-item clickable to="/share">
|
||||
<q-item-section side>
|
||||
<q-icon name="groups" />
|
||||
</q-item-section>
|
||||
<q-item-section>分享中心</q-item-section>
|
||||
</q-item>
|
||||
</q-item> -->
|
||||
<!-- 收藏 -->
|
||||
<q-item v-if="isTagStared" clickable @click="unMarkTag" v-close-popup>
|
||||
<q-item-section side>
|
||||
|
Loading…
x
Reference in New Issue
Block a user