Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inbjo committed Sep 29, 2019
1 parent 466d626 commit 5b845d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified public/images/docs/add-post2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
* 文章编辑使用markdown格式;
* 新增文章时自动调用谷歌翻译生成友好的slug;
* 文章访问统计;
* 文章支持点赞、评论、打赏;
* 文章支持定时发布、加密访问、评论开关、点赞、评论、打赏等;
* 支持上传图片水印;
* 文章使用tntsearch做全文索引、jieba做中文分词;
* 登录用户支持评论文章、点赞文章、点赞评论;
* 评论支持@功能、xss过滤;
Expand All @@ -34,7 +35,7 @@
* 支持网站地图、RSS订阅;
* 友情链接增删改;
* 分类目录增删改;
* 支持后台ICP备案号修改、公安备案号修改
* 后台支持站点信息、邮件配置、redis配置、ICP备案号、公安备案号等修改

## 服务器要求
* Nginx >= 1.8
Expand Down
7 changes: 6 additions & 1 deletion resources/docs/1.6/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
点击【+】图标进入发表文章页面
![发表文章1](/images/docs/add-post1.png)
![发表文章2](/images/docs/add-post2.png)
如果你对markdown语法不熟悉,请参考[markdown教程](http://www.markdown.cn)
【文章描述】对应`description`标签,简要介绍文章内容方便搜索引擎进行索引。
内容请使用Markdown格式来编写,如果你对markdown语法不熟悉,请参考[markdown教程](http://www.markdown.cn)
支持【定时发布】,点击输入框然后在弹框中选择对应时间即可。
支持【文章加密】访客许正确输入密码才可看到内容。
评论支持开关,不想文章被评论可关闭评论功能(只针对该文章生效)。
文章可以保存为草稿方便下次再接着拽写。

<a name="edit-post"></a>
## 编辑文章
Expand Down

0 comments on commit 5b845d5

Please sign in to comment.