mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-24 15:40:19 +08:00
feat: 默认截图关闭移动端适配
This commit is contained in:
@@ -15,7 +15,7 @@ export const useLayoutStore = defineStore(
|
||||
const chatRecordQuery = ref<ChatRecordQuery | null>(null)
|
||||
|
||||
// 截图设置
|
||||
const screenshotMobileAdapt = ref(true) // 截图时开启移动端适配,默认开启
|
||||
const screenshotMobileAdapt = ref(false) // 截图时开启移动端适配,默认关闭
|
||||
|
||||
/**
|
||||
* 切换侧边栏展开/折叠状态
|
||||
|
||||
Reference in New Issue
Block a user