This commit is contained in:
chndfang 2025-06-01 22:39:00 +08:00
parent 8d17663c6e
commit 3c23acb1a4

View File

@ -112,7 +112,7 @@ const selectRobot = (id: string) => {
<i class="icon edit size-18 mr-8" />
<span>{{ $t('启用编辑器') }}</span>
</a-button>
<a-button @click="toPush">{{ $t('同步') }}</a-button>
<a-button @click="toPush">{{ $t('推送') }}</a-button>
<a-button @click="importScene">{{ $t('导入') }}</a-button>
<a-button @click="exportScene">{{ $t('导出') }}</a-button>
</a-space>