Skip to content

Commit

Permalink
docs: 更新贡献文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jan 10, 2025
1 parent ca53d3e commit ddf4042
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions s2-site/docs/manual/contribution.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ pnpm site:preview
```diff
{
"demos": [
{
"filename": "filename.ts",
"title": {
"zh": "中文描述",
"en": "English description"
},
"screenshot": "",
"new": true
}
+ {
+ "filename": "filename.ts",
+ "title": {
+ "zh": "中文描述",
+ "en": "English description"
+ },
+ "screenshot": "",
+ "new": true
+ }
]
}

Expand Down

0 comments on commit ddf4042

Please sign in to comment.