maxkb/ui/src/workflow/icons/global-icon.vue
wangdan-fit2cloud babd6d5bde feat: chat
2025-06-11 20:33:38 +08:00

5 lines
139 B
Vue

<template>
<img src="@/assets/workflow/icon_globe_color.svg" style="width: 18px" alt="" />
</template>
<script setup lang="ts"></script>