<template>
<div class="wrapper">高级模式</div>
</template>
<script setup lang="ts">
import { useInstanceStore } from '@/store/instance';
const instanceStore = useInstanceStore();
</script>
<style lang="less" scoped></style>