@@ -72,6 +72,7 @@ declare global {
72
72
const isReactive : ( typeof import ( 'vue' ) ) [ 'isReactive' ]
73
73
const isReadonly : ( typeof import ( 'vue' ) ) [ 'isReadonly' ]
74
74
const isRef : ( typeof import ( 'vue' ) ) [ 'isRef' ]
75
+ const isWindows11 : ( typeof import ( './utils/utils' ) ) [ 'isWindows11' ]
75
76
const logger : typeof import ( '@tauri-apps/plugin-log' )
76
77
const makeDestructurable : ( typeof import ( '@vueuse/core' ) ) [ 'makeDestructurable' ]
77
78
const mapActions : ( typeof import ( 'pinia' ) ) [ 'mapActions' ]
@@ -122,8 +123,11 @@ declare global {
122
123
const resolveRef : ( typeof import ( '@vueuse/core' ) ) [ 'resolveRef' ]
123
124
const resolveUnref : ( typeof import ( '@vueuse/core' ) ) [ 'resolveUnref' ]
124
125
const roleCheck : ( typeof import ( './utils/chat' ) ) [ 'roleCheck' ]
126
+ const setAcrylicWindowEffect : ( typeof import ( './utils/window' ) ) [ 'setAcrylicWindowEffect' ]
125
127
const setActivePinia : ( typeof import ( 'pinia' ) ) [ 'setActivePinia' ]
126
128
const setMapStoreSuffix : ( typeof import ( 'pinia' ) ) [ 'setMapStoreSuffix' ]
129
+ const setTransparentBackground : ( typeof import ( './utils/utils' ) ) [ 'setTransparentBackground' ]
130
+ const setWindowEffect : ( typeof import ( './utils/window' ) ) [ 'setWindowEffect' ]
127
131
const shallowReactive : ( typeof import ( 'vue' ) ) [ 'shallowReactive' ]
128
132
const shallowReadonly : ( typeof import ( 'vue' ) ) [ 'shallowReadonly' ]
129
133
const shallowRef : ( typeof import ( 'vue' ) ) [ 'shallowRef' ]
@@ -426,6 +430,7 @@ declare module 'vue' {
426
430
readonly isReactive : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'isReactive' ] >
427
431
readonly isReadonly : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'isReadonly' ] >
428
432
readonly isRef : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'isRef' ] >
433
+ readonly isWindows11 : UnwrapRef < ( typeof import ( './utils/utils' ) ) [ 'isWindows11' ] >
429
434
readonly logger : UnwrapRef < typeof import ( '@tauri-apps/plugin-log' ) >
430
435
readonly makeDestructurable : UnwrapRef < ( typeof import ( '@vueuse/core' ) ) [ 'makeDestructurable' ] >
431
436
readonly mapActions : UnwrapRef < ( typeof import ( 'pinia' ) ) [ 'mapActions' ] >
@@ -476,8 +481,11 @@ declare module 'vue' {
476
481
readonly resolveRef : UnwrapRef < ( typeof import ( '@vueuse/core' ) ) [ 'resolveRef' ] >
477
482
readonly resolveUnref : UnwrapRef < ( typeof import ( '@vueuse/core' ) ) [ 'resolveUnref' ] >
478
483
readonly roleCheck : UnwrapRef < ( typeof import ( './utils/chat' ) ) [ 'roleCheck' ] >
484
+ readonly setAcrylicWindowEffect : UnwrapRef < ( typeof import ( './utils/window' ) ) [ 'setAcrylicWindowEffect' ] >
479
485
readonly setActivePinia : UnwrapRef < ( typeof import ( 'pinia' ) ) [ 'setActivePinia' ] >
480
486
readonly setMapStoreSuffix : UnwrapRef < ( typeof import ( 'pinia' ) ) [ 'setMapStoreSuffix' ] >
487
+ readonly setTransparentBackground : UnwrapRef < ( typeof import ( './utils/utils' ) ) [ 'setTransparentBackground' ] >
488
+ readonly setWindowEffect : UnwrapRef < ( typeof import ( './utils/window' ) ) [ 'setWindowEffect' ] >
481
489
readonly shallowReactive : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'shallowReactive' ] >
482
490
readonly shallowReadonly : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'shallowReadonly' ] >
483
491
readonly shallowRef : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'shallowRef' ] >
@@ -758,6 +766,7 @@ declare module '@vue/runtime-core' {
758
766
readonly isReactive : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'isReactive' ] >
759
767
readonly isReadonly : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'isReadonly' ] >
760
768
readonly isRef : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'isRef' ] >
769
+ readonly isWindows11 : UnwrapRef < ( typeof import ( './utils/utils' ) ) [ 'isWindows11' ] >
761
770
readonly logger : UnwrapRef < typeof import ( '@tauri-apps/plugin-log' ) >
762
771
readonly makeDestructurable : UnwrapRef < ( typeof import ( '@vueuse/core' ) ) [ 'makeDestructurable' ] >
763
772
readonly mapActions : UnwrapRef < ( typeof import ( 'pinia' ) ) [ 'mapActions' ] >
@@ -808,8 +817,11 @@ declare module '@vue/runtime-core' {
808
817
readonly resolveRef : UnwrapRef < ( typeof import ( '@vueuse/core' ) ) [ 'resolveRef' ] >
809
818
readonly resolveUnref : UnwrapRef < ( typeof import ( '@vueuse/core' ) ) [ 'resolveUnref' ] >
810
819
readonly roleCheck : UnwrapRef < ( typeof import ( './utils/chat' ) ) [ 'roleCheck' ] >
820
+ readonly setAcrylicWindowEffect : UnwrapRef < ( typeof import ( './utils/window' ) ) [ 'setAcrylicWindowEffect' ] >
811
821
readonly setActivePinia : UnwrapRef < ( typeof import ( 'pinia' ) ) [ 'setActivePinia' ] >
812
822
readonly setMapStoreSuffix : UnwrapRef < ( typeof import ( 'pinia' ) ) [ 'setMapStoreSuffix' ] >
823
+ readonly setTransparentBackground : UnwrapRef < ( typeof import ( './utils/utils' ) ) [ 'setTransparentBackground' ] >
824
+ readonly setWindowEffect : UnwrapRef < ( typeof import ( './utils/window' ) ) [ 'setWindowEffect' ] >
813
825
readonly shallowReactive : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'shallowReactive' ] >
814
826
readonly shallowReadonly : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'shallowReadonly' ] >
815
827
readonly shallowRef : UnwrapRef < ( typeof import ( 'vue' ) ) [ 'shallowRef' ] >
0 commit comments