一款自用简单大气的博客网站系统!!!
10¥
类型
应用插件
版本
1.0.8
版本更新时间
2024-09-26
大小
935.08 KB
开发商
putyy
评分
介绍
基于webman、webman-admin、tailwindcss、原生js 开发的响应式博客网站。
功能特性
[√] 得益于tailwindcss,博客系统自适应pc、h5,支持一键切换主题色(黑暗模式)
[√] 后台功能模块包括:文章标签、文章分类、文章管理、导航设置、系统配置、友情链接、项目管理等
[√] 其他功能:个人主页、项目展示、友情链接、登录、注册、评论等
安装使用
-
通过webman-admin后台安装本插件及官方云邮件插件
安装说明: https://www.workerman.net/app/view/email
模板示例:
-
安装blade
composer require psr/container ^1.1.1 webman/blade
-
博客路由请根据自己需求手动添加至webman配置文件:
Route::any('/', [\plugin\pt_blog\app\controller\IndexController::class, 'index'])->name("PtBlog.index"); Route::any('/categories/{id:\d+}', [\plugin\pt_blog\app\controller\IndexController::class, 'categories'])->name("PtBlog.categories"); Route::any('/articles/{id:\d+}', [\plugin\pt_blog\app\controller\IndexController::class, 'articles'])->name("PtBlog.articles"); Route::any('/projects', [\plugin\pt_blog\app\controller\ProjectController::class, 'index'])->name("PtBlog.projects"); Route::any('/sites', [\plugin\pt_blog\app\controller\SiteController::class, 'index'])->name("PtBlog.sites"); Route::any('/me', [\plugin\pt_blog\app\controller\MeController::class, 'index'])->name("PtBlog.me");
如图:
-
github授权配置 callback url选项示例:https://www.putyy.com/app/pt_blog/user/github (可选)
-
重启webman 到这里就可以愉快的使用本系统了!
在线预览
联系方式
邮箱: putyy@qq.com (推荐)
QQ: 10945014
版本历史记录
1.0.8
2024-09-26
修复添加文章标签选择
1.0.7
2024-08-07
增加文章浏览量
1.0.6
2024-05-08
1.优化评论系统
2.优化后台删除用户
3.界面优化
2.优化后台删除用户
3.界面优化
1.0.5
2024-04-28
重新发个版
评分及评论
5
满分5分
wellfuture 28天前
比较简洁,很好。博客路由需要自己加进去。
sckk 2024-03-27
怎么用的呢?
访问 http://xxx/app/pt_blog 一直报错,例如:
ParseError: syntax error, unexpected '...' (T_ELLIPSIS), expecting ']' in /data/webman/plugin/pt_blog/app/controller/BaseController.php:82