0.0.8.5
This commit is contained in:
+3
-3
@@ -153,7 +153,7 @@ export default function HelpPage() {
|
||||
<div className="p-4 bg-primary/5 rounded-lg">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<div className="w-2 h-2 rounded-full bg-primary"></div>
|
||||
<h3 className="font-medium">创建者 (Owner)</h3>
|
||||
<h3 className="font-medium">创建者</h3>
|
||||
</div>
|
||||
<p className="text-sm text-muted-foreground font-light mb-3">
|
||||
家族树的创建者,拥有最高权限
|
||||
@@ -170,7 +170,7 @@ export default function HelpPage() {
|
||||
<div className="p-4 bg-muted/30 rounded-lg">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<div className="w-2 h-2 rounded-full bg-blue-500"></div>
|
||||
<h3 className="font-medium">编辑者 (Editor)</h3>
|
||||
<h3 className="font-medium">编辑者</h3>
|
||||
</div>
|
||||
<p className="text-sm text-muted-foreground font-light mb-3">
|
||||
可以编辑家族树内容的协作者
|
||||
@@ -187,7 +187,7 @@ export default function HelpPage() {
|
||||
<div className="p-4 bg-muted/30 rounded-lg">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<div className="w-2 h-2 rounded-full bg-green-500"></div>
|
||||
<h3 className="font-medium">查看者 (Viewer)</h3>
|
||||
<h3 className="font-medium">查看者</h3>
|
||||
</div>
|
||||
<p className="text-sm text-muted-foreground font-light mb-3">
|
||||
只能查看家族树信息的协作者
|
||||
|
||||
Reference in New Issue
Block a user