# blog **Repository Path**: Fan_Fan_Fan8/blog ## Basic Information - **Project Name**: blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-10-08 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开发笔记 初始化了 静态数据 图片统一使用了express 来静态托管 articleListItem id img title text(html) 代码高亮: 使用 highlight.js 来实现代码高亮 portfolioItem img 不需要 直接就我的头像即可 项目,名字 项目详细介绍 浏览量 也就是点击过的次数 这是要写接口的 日期就自己定义就好了 侧边的图标 公告(喇叭) 热门文章 (热门) 标签(各种技术栈) 写一个获取热门文章的接口 接口返回文章的id img title views 然后再 const handleClick = (id, img,title,views) => { articleStore.img = baseURL+img; articleStore.title = title; articleStore.subTitle = views+'次阅读'; router.push({ name: 'blogDetail', params: { id } }); };