mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
Add Jan 2024 post
This commit is contained in:
parent
7ce5b8eeb1
commit
20a81ff0d3
2 changed files with 94 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ const data = [
|
|||
name: "zinklog",
|
||||
github: "https://github.com/zinklog2",
|
||||
},
|
||||
{
|
||||
name: "Q",
|
||||
github: "https://github.com/qiracy",
|
||||
},
|
||||
] satisfies Author[];
|
||||
|
||||
const authors = computed(() => data.filter((author) => props.authors.includes(author.name)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue