Add shadcn/ui tooltip UI && modify from the entire block being a button to just a button (the news publisher is also buttonm the tailwind tooltip is just for the news publisher plubin )

This commit is contained in:
yuanhau 2025-05-27 15:14:49 +08:00
parent d7dfb2fb1d
commit db0c0a3c25
11 changed files with 130 additions and 54 deletions

View file

@ -2,7 +2,7 @@
const localePath = useLocalePath();
// Import Icons
import { SearchXIcon, CircleSlash2Icon } from "lucide-vue-next";
const { t } = useI18n();
const { t } = useI18n();
// Array
const tools = [
{
@ -19,8 +19,8 @@ const tools = [
},
];
useSeoMeta({
title: `${t("tools.title")}`
})
title: `${t("tools.title")}`,
});
</script>
<template>
<div