适配 4.0,添加搜索面板推送功能

This commit is contained in:
fofolee
2023-08-07 01:36:35 +08:00
parent 1ef82a9682
commit bf2093f63a
4 changed files with 77 additions and 27 deletions

View File

@@ -23,6 +23,12 @@
/>
</q-avatar>
<div class="row">
<!-- 搜索面板推送 -->
<q-checkbox
v-model="currentCommand.features.mainPush"
color="primary"
label="搜索面板推送"
/>
<div>
<!-- 说明 -->
<q-input
@@ -295,6 +301,7 @@ export default {
explain: "",
platform: ["win32", "linux", "darwin"],
icon: "",
mainPush: false,
},
},
commandTypes: commandTypes,