Commit 48faa92b authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

默认开启“显示新增变量”(不稳定)

parent 07a7a52f
......@@ -265,7 +265,7 @@ onMounted(()=>{
window.addEventListener('keydown', handleKeyDown)
})
const feature_show_new_vars = ref(false)
const feature_show_new_vars = ref(true)
provide('app', {
loading,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment