diff --git a/README.md b/README.md
index 3cd2a26..71daa0f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
+# halo-plugin-comment
+
+> 基于原作者v3.0.0代码修改
+
+#### v3.0.0-1
+1. 登入/登出按钮适配前台弹窗(需同步更新主题否则无法使用)
+
+
+
+
+
# plugin-comment-widget
Halo 2.0 的通用评论组件插件,为前台提供完整的评论解决方案。
diff --git a/gradle.properties b/gradle.properties
index 4950f0d..6ea5bf1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1 @@
-version=3.0.0
+version=3.0.0-1
diff --git a/packages/comment-widget/src/base-form.ts b/packages/comment-widget/src/base-form.ts
index b54aecd..ea75b34 100644
--- a/packages/comment-widget/src/base-form.ts
+++ b/packages/comment-widget/src/base-form.ts
@@ -164,7 +164,7 @@ export class BaseForm extends LitElement {
${this.currentUser?.spec.displayName || this.currentUser?.metadata.name}
- ${msg('(Or login)')}
+ ${msg('(Or login)')}
`
)}
@@ -235,7 +235,7 @@ export class BaseForm extends LitElement {
!this.currentUser && !this.allowAnonymousComments,
() => html`