From da149ce1a8b1fe73d590c0f7dbca9e0e0b9fdbeb Mon Sep 17 00:00:00 2001 From: isAlive Date: Tue, 3 Dec 2019 11:11:44 +0800 Subject: [PATCH 1/2] Update comment.jsx --- src/component/comment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/comment.jsx b/src/component/comment.jsx index 4a3e0d3..655a013 100644 --- a/src/component/comment.jsx +++ b/src/component/comment.jsx @@ -58,7 +58,7 @@ export default class Comment extends Component { } return ( -
+
Date: Fri, 13 Dec 2019 09:23:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A2=8E=E7=A2=8E?= =?UTF-8?q?=E5=BF=B5=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ readme.md | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 190a2fe..d64ddb0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,12 @@ .DS_Store .vscode +.idea +*.ipr +*.iws +*.iml +.github +node_modules npm-debug.log node_modules diff --git a/readme.md b/readme.md index 8aa2b87..7f364a4 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,15 @@ Gitalk is a modern comment component based on GitHub Issue and Preact. +## 分支self-talking特点 + +- 非管理员用户只能点赞 +![](https://cdn.jsdelivr.net/gh/removeif/blog_image/img/2019/20191213091645.png) +- 管理员用户还是原来的界面 +![](https://cdn.jsdelivr.net/gh/removeif/blog_image/img/2019/20191213091620.png) +- 非登录时显示 +![](https://cdn.jsdelivr.net/gh/removeif/blog_image/img/2019/20191213091537.png) + ## Features - Authentication with github account