|
@@ -33,6 +33,8 @@ import { Preview, MediaItem, MediaType } from '@/components/static-preview/index
|
|
import { floderTypes, getFloderByType } from '@/store'
|
|
import { floderTypes, getFloderByType } from '@/store'
|
|
|
|
|
|
import type { Floder } from '@/store'
|
|
import type { Floder } from '@/store'
|
|
|
|
+import { useViewStack } from '@/hook';
|
|
|
|
+import { showRightPanoStack } from '@/env';
|
|
|
|
|
|
const types = computed(() =>
|
|
const types = computed(() =>
|
|
floderTypes.value.map(type => ({
|
|
floderTypes.value.map(type => ({
|
|
@@ -71,6 +73,7 @@ const preview = (floder: Floder) => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+useViewStack(() => showRightPanoStack.push(ref(false)))
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|