type Anchor = { name: string href?: string } const Dropdown = ({ items }: { items: Anchor[] }) => ( <ul className="head-dropdown"> ...
確定! 回上一頁