mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-21 17:20:19 +00:00
feat: 自定义应用菜单新增 immersive 沉浸式开关
This commit is contained in:
parent
df431eea46
commit
57ea4f2b6f
@ -201,10 +201,11 @@
|
|||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<div class="custom-micro-checkbox-group">
|
<div class="custom-micro-checkbox-group">
|
||||||
<Checkbox v-model="item.menu.keep_alive">{{ $L('保持激活状态 (keep_alive)') }}</Checkbox>
|
<Checkbox v-model="item.menu.keep_alive">{{ $L('保持激活状态') }}</Checkbox>
|
||||||
<Checkbox v-model="item.menu.disable_scope_css">{{ $L('禁用作用域样式') }}</Checkbox>
|
|
||||||
<Checkbox v-model="item.menu.transparent">{{ $L('透明背景') }}</Checkbox>
|
|
||||||
<Checkbox v-model="item.menu.auto_dark_theme">{{ $L('自动暗黑模式') }}</Checkbox>
|
<Checkbox v-model="item.menu.auto_dark_theme">{{ $L('自动暗黑模式') }}</Checkbox>
|
||||||
|
<Checkbox v-model="item.menu.immersive">{{ $L('沉浸式') }}</Checkbox>
|
||||||
|
<Checkbox v-model="item.menu.transparent">{{ $L('透明背景') }}</Checkbox>
|
||||||
|
<Checkbox v-model="item.menu.disable_scope_css">{{ $L('禁用作用域样式') }}</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
</div>
|
</div>
|
||||||
@ -443,6 +444,7 @@ const createCustomMicroMenu = () => ({
|
|||||||
visible_to: 'admin',
|
visible_to: 'admin',
|
||||||
keep_alive: true,
|
keep_alive: true,
|
||||||
auto_dark_theme: true,
|
auto_dark_theme: true,
|
||||||
|
immersive: false,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user