import { StarTwoTone, TagOutlined } from "@ant-design/icons" import { useStorage } from "@plasmohq/storage/dist/hook" import { i18n } from "~tools" export default function ShowTag(props) { let { name } = props const [showTag, setShowTag] = useStorage(`${name}-showTag`, (v) => v === undefined ? true : v ) return (