Skip to content

Commit

Permalink
feat(viewer): 更新贡献者
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed May 12, 2024
1 parent ba291b4 commit d9a178f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file not shown.
8 changes: 7 additions & 1 deletion apps/blue-archive-story-viewer/src/components/AboutPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ const contributors: Contributor[] = [
role: "Unity",
avatar: "/image/contributor/momomomo.webp",
},
{
name: "Machillka",
role: "Unity",
avatar: "/image/contributor/Machillka.webp",
link: "https://github.com/Machillka",
},
{
name: "香蕉",
role: "Unity",
Expand Down Expand Up @@ -313,7 +319,7 @@ const contributorList: any = h(
{
href: contributor?.link,
class: "contributor__avatar",
target: "_blank",
target: contributor?.link ? "_blank" : null,
rel: "noopener noreferrer",
},
[
Expand Down

0 comments on commit d9a178f

Please sign in to comment.