perf: 优化显示设置默认选项
This commit is contained in:
parent
0131f46e37
commit
0e3acd33a5
@ -114,9 +114,9 @@ const {
|
|||||||
const emit = defineEmits(['refresh'])
|
const emit = defineEmits(['refresh'])
|
||||||
|
|
||||||
const defaultSetting = {
|
const defaultSetting = {
|
||||||
show_source: true,
|
show_source: false,
|
||||||
show_history: true,
|
show_history: true,
|
||||||
draggable: false,
|
draggable: true,
|
||||||
show_guide: true,
|
show_guide: true,
|
||||||
avatar: '',
|
avatar: '',
|
||||||
float_icon: ''
|
float_icon: ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user