docs: 更新贡献者配置和README排版

- 添加JSON schema验证
- 调整每行贡献者显示数量为5
- 更新贡献者贡献类型
- 重构README表格布局为每行5列

Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
This commit is contained in:
doudou0720
2026-04-11 13:06:26 +08:00
parent 057fb35d00
commit 6e7a0e36f4
2 changed files with 23 additions and 17 deletions
+8 -4
View File
@@ -1,4 +1,5 @@
{
"$schema": "https://www.schemastore.org/all-contributors.json",
"projectName": "community",
"projectOwner": "InkCanvasForClass",
"files": [
@@ -6,7 +7,7 @@
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsPerLine": 5,
"contributors": [
{
"login": "CJKmkp",
@@ -100,7 +101,8 @@
"avatar_url": "https://avatars.githubusercontent.com/u/156585442?v=4",
"profile": "https://github.com/Tayasui-rainnya",
"contributions": [
"design"
"design",
"code"
]
},
{
@@ -110,7 +112,8 @@
"profile": "https://github.com/doudou0720",
"contributions": [
"code",
"blog"
"blog",
"infra"
]
},
{
@@ -141,5 +144,6 @@
"blog"
]
}
]
],
"repoType": "github"
}