import Image from "next/image"; import Link from "next/link"; import pin from "@/app/assets/pin.png"; import styles from "./FriendLinks.module.scss"; const links = [ { title: "中国科学院", href: "https://www.cas.cn/", }, { title: "国家发改委", href: "https://www.ndrc.gov.cn/", }, { title: "国家科技部", href: "http://www.most.gov.cn/", }, { title: "安徽省发改委", href: "http://fzggw.ah.gov.cn/", }, { title: "安徽省科技厅", href: "http://kjt.ah.gov.cn/", }, { title: "中科院重庆研究院", href: "http://www.cigit.cas.cn/", }, { title: "中科院成都文献情报中心", href: "http://www.clas.ac.cn/", }, { title: "中国技术交易所", href: "http://us.ctex.cn/", }, { title: "合肥市高新区", href: "http://gxq.hefei.gov.cn/", }, { title: "合肥市发改委", href: "http://hfdrc.hefei.gov.cn/", }, { title: "汇桔网", href: "https://www.wtoip.com/", }, ]; const FriendLinks = () => { return (
{"trumpet 友情链接
); }; export default FriendLinks;