# ThinkBlog **Repository Path**: cwmyself/ThinkBlog ## Basic Information - **Project Name**: ThinkBlog - **Description**: 基于 ThinkPHP 3.2 开发的博客系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-03 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目介绍 ### 项目地址 [https://github.com/her-cat/ThinkBlog](https://github.com/her-cat/ThinkBlog) ### 项目简介 [ThinkBlog](https://github.com/her-cat/ThinkBlog) 是一款基于 [ThinkPHP 3.2](http://www.thinkphp.cn/) 框架开发的博客系统,使用该项目可以搭建个人博客,并在上面发布图文并茂的日志。 ### 功能模块 - 草稿管理 - 文章管理 - 标签管理 - 分类管理 - 评论管理 - 友情链接 - 博客配置 - SEO配置 - RSS文件 - 文件缓存 - Ueditor 编辑器 - 响应式模板 ### 开发时间 2016年5月 ## 如何使用 首先将项目克隆到本地 ``` git clone https://github.com/her-cat/ThinkBlog.git ``` 打开 `Config.php` 配置文件,配置数据库信息 > 如果修改了数据库表前缀 `DB_PREFIX` ,所有的表名称也要修改。 `init.sql` 是项目相关的数据表结构及初始数据,将文件使用数据库管理工具导入即可。 管理后台地址:http://域名/Admin 帐号密码:admin / 123456 ## 项目截图 前台页面 ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/首页.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/搜索.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/文章详情.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/评论.png) 后台页面 ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/后台登录.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/后台首页.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/发布文章页面.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/文章列表.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/标签管理.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/分类管理.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/评论管理.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/友情链接.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/首页导航.png) ![image](https://raw.githubusercontent.com/her-cat/ThinkBlog/master/example/设置.png)