mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-09 05:29:51 +08:00
feat: change earth icon
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { Menu, MenuButton, MenuItem, MenuItems } from '@headlessui/vue';
|
||||
import { AddOne, Earth, More } from '@icon-park/vue-next';
|
||||
import { AddOne, More, International } from '@icon-park/vue-next';
|
||||
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
@@ -24,7 +24,7 @@ defineEmits(['clickAdd']);
|
||||
<Menu>
|
||||
<div rel>
|
||||
<div fx-cer space-x-16px>
|
||||
<Earth
|
||||
<International
|
||||
theme="outline"
|
||||
size="24"
|
||||
fill="#fff"
|
||||
|
||||
Reference in New Issue
Block a user