Skip to content

Commit

Permalink
🦄 refactor(data): use json data
Browse files Browse the repository at this point in the history
dont use `.ts` file to handle data
  • Loading branch information
bingling-sama committed Feb 24, 2024
1 parent d1b5423 commit dff07e6
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 97 deletions.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"default": true,
"MD033": false
"MD033": false,
"MD041": false
}
85 changes: 85 additions & 0 deletions docs/.vitepress/data/members.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
[
{
"avatar": "https://cdn.crashmc.com/https://github.com/Pigeon0v0.png",
"name": "Pigeon0v0",
"title": "创建者",
"links": [{ "icon": "github", "link": "https://github.com/Pigeon0v0" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/HRxiaohu.png",
"name": "HRxiaohu",
"title": "开发者",
"links": [{ "icon": "github", "link": "https://github.com/HRxiaohu" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/Big-Cake-jpg.png",
"name": "Big_Cake",
"title": "开发者",
"links": [{ "icon": "github", "link": "https://github.com/Big-Cake-jpg" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/bingling-sama.png",
"name": "bingling-sama",
"title": "开发者 | 文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/bingling-sama" }]
},
{
"avatar": "https://cravatar.cn/avatar/8DB351BF50CF41289B1C5C5D726C55D3?s=256",
"name": "神秘人士",
"title": "文档格式化"
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/2623684696.png",
"name": "233355607",
"title": "域名管理",
"links": [{ "icon": "github", "link": "https://github.com/2623684696" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/bingxin666.png",
"name": "bingxin666",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/bingxin666" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/Rovniced.png",
"name": "Enlysure",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/Rovniced" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/hejiehao.png",
"name": "何杰豪",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/hejiehao" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/Seayay.png",
"name": "思遥方",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/Seayay" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/zkitefly.png",
"name": "zkitefly",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/zkitefly" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/ZhuRuoLing.png",
"name": "竹若泠",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/ZhuRuoLing" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/ztsinsun.png",
"name": "Z_Tsin",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/ztsinsun" }]
},
{
"avatar": "https://cdn.crashmc.com/https://github.com/LTCatt.png",
"name": "龙腾猫跃",
"title": "文档贡献者",
"links": [{ "icon": "github", "link": "https://github.com/LTCatt" }]
}
]
87 changes: 0 additions & 87 deletions docs/.vitepress/data/members.ts

This file was deleted.

10 changes: 1 addition & 9 deletions docs/contribute/contributors.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<script setup>
import { VPTeamMembers } from 'vitepress/theme'
import members from "../.vitepress/data/members"
import members from "../.vitepress/data/members.json"
</script>

# 贡献者

<!--
---
GlobeMC 河豚分析是一个 2023 年 7 月底成立的崩溃日志分析组织,以方便 / 开放 / 专业为目标
---
-->

此处列出了本文档的所有贡献者,感谢他们为文档作出的贡献。

<VPTeamMembers size="small" :members="members" />

0 comments on commit dff07e6

Please sign in to comment.