Skip to content

Commit b0ef9bb

Browse files
committed
update
1 parent 5c6ef69 commit b0ef9bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/app/model-building/sd-ecology/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const metadata = {
66
# Stable Diffusion 模型生态
77

88

9-
编写:<Authors names="ciaochaos" />
9+
编写:<Authors names={["ciaochaos", "zhaohan"]} />
1010

1111
<Note>
1212
尚未完成,持续更新

src/components/ArticleAuthors.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const existAuthors: Record<string, AuthorProps> = {
2626
name: "Troy Ni",
2727
url: "https://github.com/CPunisher",
2828
},
29+
zhaohan: {
30+
name: "Zhaohan Wang",
31+
url: "https://github.com/Zhaohan-Wang",
32+
},
2933
};
3034

3135
export function Authors(props: AuthorsProps) {

0 commit comments

Comments
 (0)