PDF 图书分享平台
项目简介这是一个 PDF 图书分享平台,使用 Vue 3 + Node.js + MySQL 开发。 技术栈 前端: Vue 3 + Vite + Pinia + Vue Router 后端: Express + MySQL 认证: Session-based 认证 功能特性 用户注册登录 图书上传与下载 收藏与评分 积分系统 管理员后台(审核、用户管理、数据统计) 演示账号 管理员: admin@example.com / admin123 GitHub 仓库PDF 图书分享平台
欢迎来到我的博客
欢迎使用 Hexo + Butterfly 博客这是一篇使用 Hexo 框架和 Butterfly 主题搭建的个人博客示例文章。 特性 简洁美观的界面 丰富的配置选项 支持 Markdown 写作 响应式设计 快速开始 安装依赖:npm install 启动服务:hexo server 创建文章:hexo new "文章标题" 示例代码1console.log('Hello, Hexo!'); 这是一个引用示例。 现在开始你的博客之旅吧!
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment