feat: 默认截图关闭移动端适配

This commit is contained in:
digua
2026-04-10 22:02:12 +08:00
committed by digua
parent 5b7d695507
commit 1a3026cc98
+1 -1
View File
@@ -15,7 +15,7 @@ export const useLayoutStore = defineStore(
const chatRecordQuery = ref<ChatRecordQuery | null>(null)
// 截图设置
const screenshotMobileAdapt = ref(true) // 截图时开启移动端适配,默认开启
const screenshotMobileAdapt = ref(false) // 截图时开启移动端适配,默认关闭
/**
* 切换侧边栏展开/折叠状态