Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,26 @@

<h2 align="center">概要</h2>

| ソース確認済み | 1K+ Star リポジトリ | ユースケース分類 | スナップショット |
| :---: | :---: | :---: | :---: |
| **44** | **29** | **10** | **2026-09-20** |
<div align="center">
<table>
<thead>
<tr>
<th align="center">ソース確認済み</th>
<th align="center">1K+ Star リポジトリ</th>
<th align="center">ユースケース分類</th>
<th align="center">スナップショット</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><strong>44</strong></td>
<td align="center"><strong>29</strong></td>
<td align="center"><strong>10</strong></td>
<td align="center"><strong>2026-09-20</strong></td>
</tr>
</tbody>
</table>
</div>

<h2 align="center">カテゴリから探す</h2>

Expand Down
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,26 @@

<h2 align="center">At a glance</h2>

| Source-reviewed projects | Repositories ≥1K stars | Use-case groups | Snapshot |
| :---: | :---: | :---: | :---: |
| **44** | **29** | **10** | **2026-09-20** |
<div align="center">
<table>
<thead>
<tr>
<th align="center">Source-reviewed projects</th>
<th align="center">Repositories ≥1K stars</th>
<th align="center">Use-case groups</th>
<th align="center">Snapshot</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><strong>44</strong></td>
<td align="center"><strong>29</strong></td>
<td align="center"><strong>10</strong></td>
<td align="center"><strong>2026-09-20</strong></td>
</tr>
</tbody>
</table>
</div>

<h2 align="center">Browse by category</h2>

Expand Down
23 changes: 20 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,26 @@

<h2 align="center">当前规模</h2>

| 已核对源码项目 | 1K+ Star 仓库 | 实践方向 | 数据快照 |
| :---: | :---: | :---: | :---: |
| **44** | **29** | **10** | **2026-09-20** |
<div align="center">
<table>
<thead>
<tr>
<th align="center">已核对源码项目</th>
<th align="center">1K+ Star 仓库</th>
<th align="center">实践方向</th>
<th align="center">数据快照</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><strong>44</strong></td>
<td align="center"><strong>29</strong></td>
<td align="center"><strong>10</strong></td>
<td align="center"><strong>2026-09-20</strong></td>
</tr>
</tbody>
</table>
</div>

<h2 align="center">按分类浏览</h2>

Expand Down
4 changes: 4 additions & 0 deletions scripts/validate.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ test('README identity and project-owned cover stay present', async () => {
assert.match(readme, /<h2 align="center">At a glance<\/h2>/);
assert.match(chineseReadme, /<h2 align="center">当前规模<\/h2>/);
assert.match(japaneseReadme, /<h2 align="center">概要<\/h2>/);
for (const localizedReadme of [readme, chineseReadme, japaneseReadme]) {
assert.match(localizedReadme, /<div align="center">\s*<table>/);
assert.match(localizedReadme, /<td align="center"><strong>44<\/strong><\/td>/);
}
for (const localizedReadme of [readme, chineseReadme, japaneseReadme]) {
assert.equal(
[...localizedReadme.matchAll(/opengraph\.githubassets\.com\/awesome-jev-20260920\//g)].length,
Expand Down
Loading