新增代码高亮,完善文章浏览体验

This commit is contained in:
augushong
2020-08-14 13:08:59 +08:00
parent cae557ac0c
commit 2a04ff970c
115 changed files with 10996 additions and 1294 deletions

View File

@@ -53,7 +53,7 @@ class Post extends Common
$model_post = ModelPost::find($id);
$model_post->hits + 1;
$model_post->hits = $model_post->hits + 1;
$model_post->save();