Skip to content

Commit a90ccef

Browse files
committed
fix(docs): 翻译格式微调 — 补 H1 标题、修标题层级
- wangshusen_recommend_note_improvement.en.mdx: 补 H1 - wangshusen_recommend_note_retrieval.en.mdx: H5 → H4 - leworldmodel.md / 1545-...en.md: 小修 - generated/site-leaderboard.json: 自动更新
1 parent 0ee40fa commit a90ccef

5 files changed

Lines changed: 36 additions & 34 deletions

File tree

app/docs/CommunityShare/Geek/leworldmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Joint Embedding Predictive Architectures (JEPAs) offer a compelling framework fo
1111

1212
<br />
1313

14-
<https://arxiv.org/pdf/2603.19312>
14+
&lt;https://arxiv.org/pdf/2603.19312&gt;

app/docs/CommunityShare/Leetcode/1545-find-kth-bit-in-nth-binary-string.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Then I tried the mathematical flip approach. Observing $S_i = S_{i-1} + "1" + \t
6767

6868
**Three cases:**
6969

70-
- **Left half** ($k < \text{mid}$): This is a copy of $S_{n-1}$. Recurse: "what is the $k$-th bit of $S_{n-1}$?"
70+
- **Left half** ($k &lt; \text{mid}$): This is a copy of $S_{n-1}$. Recurse: "what is the $k$-th bit of $S_{n-1}$?"
7171
- **Middle** ($k = \text{mid}$): By the construction formula, this bit is always `"1"`.
72-
- **Right half** ($k > \text{mid}$): The right portion is the reversed invert of $S_{n-1}$.
72+
- **Right half** ($k &gt; \text{mid}$): The right portion is the reversed invert of $S_{n-1}$.
7373

7474
Due to the **reverse**, the 1st character of the right half corresponds to the last character of the left half, and so on.
7575

app/docs/ai/recommender-systems/wangshusen_recommend_note/wangshusen_recommend_note_retrieval.en.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ GeoHash Retrieval
12211221
- Index: citylist of quality posts _(sorted by time, descending)_.
12221222
- This retrieval channel has no personalization.
12231223

1224-
##### Author-Based Retrieval
1224+
#### Author-Based Retrieval
12251225

12261226
**Followed Author Retrieval**
12271227

app/docs/ai/recommender-systems/wangshusen_recommend_note_improvement.en.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ translatedAt: 2026-04-15T12:00:00Z
1111
translatorAgent: claude-sonnet-4-6
1212
---
1313

14+
# Wang Shusen Recommender Systems Study Notes — Improving Metrics
15+
1416
## Methods for Improving Metrics
1517

1618
### Methods for Improving Metrics

generated/site-leaderboard.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,33 @@
2828
},
2929
{
3030
"id": "gmpls10e2dz0bbizotvhglc8",
31-
"title": "Static Array",
32-
"url": "/docs/computer-science/data-structures/array/01-static-array"
31+
"title": "静态数组",
32+
"url": "/docs/computer-science/data-structures/array/01-static-array.zh"
3333
},
3434
{
3535
"id": "nuojcaq1s6r5nggul0uq3r3j",
36-
"title": "Dynamic Array",
37-
"url": "/docs/computer-science/data-structures/array/02-dynamic-array"
36+
"title": "动态数组",
37+
"url": "/docs/computer-science/data-structures/array/02-dynamic-array.zh"
3838
},
3939
{
4040
"id": "ai7cmwf4irjaobqf7uokj3b4",
41-
"title": "Array",
42-
"url": "/docs/computer-science/data-structures/array"
41+
"title": "数组",
42+
"url": "/docs/computer-science/data-structures/array/index.zh"
4343
},
4444
{
4545
"id": "vti0bt2qlnr681msbk6igznc",
46-
"title": "Data Structures Fundamentals",
47-
"url": "/docs/computer-science/data-structures"
46+
"title": "数据结构基础",
47+
"url": "/docs/computer-science/data-structures/index.zh"
4848
},
4949
{
5050
"id": "gkjk6stzpb44n9lv8u2ij7xx",
51-
"title": "Singly Linked List",
52-
"url": "/docs/computer-science/data-structures/linked-list/01-singly-linked-list"
51+
"title": "单链表",
52+
"url": "/docs/computer-science/data-structures/linked-list/01-singly-linked-list.zh"
5353
},
5454
{
5555
"id": "lt9yrqt0ksl2liabq9ocw0z4",
56-
"title": "Linked List",
57-
"url": "/docs/computer-science/data-structures/linked-list"
56+
"title": "链表",
57+
"url": "/docs/computer-science/data-structures/linked-list/index.zh"
5858
},
5959
{
6060
"id": "i88bna4sg5pr4ekhg32drv2i",
@@ -549,7 +549,7 @@
549549
{
550550
"id": "l6eepr5ctjgrhdgupy3twr1t",
551551
"title": "Prompt Repetition Improves Non-Reasoning LLMs",
552-
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms"
552+
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.zh"
553553
},
554554
{
555555
"id": "rv6egbynttb4mt1n0412bue0",
@@ -658,8 +658,8 @@
658658
},
659659
{
660660
"id": "fostlzqqx6l10qz1egd8dw5m",
661-
"title": "Counting Stars-Inter-Uni Programming Contest.md",
662-
"url": "/docs/CommunityShare/Leetcode/Counting Stars-Inter-Uni Programming Contest"
661+
"title": "Counting Stars — 校际编程竞赛",
662+
"url": "/docs/CommunityShare/Leetcode/counting-stars-inter-uni-programming-contest.zh"
663663
},
664664
{
665665
"id": "l4db26ijmpeivh78a21981ia",
@@ -1168,7 +1168,7 @@
11681168
{
11691169
"id": "l6eepr5ctjgrhdgupy3twr1t",
11701170
"title": "Prompt Repetition Improves Non-Reasoning LLMs",
1171-
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms"
1171+
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.zh"
11721172
}
11731173
]
11741174
},
@@ -1181,33 +1181,33 @@
11811181
"contributedDocs": [
11821182
{
11831183
"id": "gmpls10e2dz0bbizotvhglc8",
1184-
"title": "Static Array",
1185-
"url": "/docs/computer-science/data-structures/array/01-static-array"
1184+
"title": "静态数组",
1185+
"url": "/docs/computer-science/data-structures/array/01-static-array.zh"
11861186
},
11871187
{
11881188
"id": "nuojcaq1s6r5nggul0uq3r3j",
1189-
"title": "Dynamic Array",
1190-
"url": "/docs/computer-science/data-structures/array/02-dynamic-array"
1189+
"title": "动态数组",
1190+
"url": "/docs/computer-science/data-structures/array/02-dynamic-array.zh"
11911191
},
11921192
{
11931193
"id": "ai7cmwf4irjaobqf7uokj3b4",
1194-
"title": "Array",
1195-
"url": "/docs/computer-science/data-structures/array"
1194+
"title": "数组",
1195+
"url": "/docs/computer-science/data-structures/array/index.zh"
11961196
},
11971197
{
11981198
"id": "vti0bt2qlnr681msbk6igznc",
1199-
"title": "Data Structures Fundamentals",
1200-
"url": "/docs/computer-science/data-structures"
1199+
"title": "数据结构基础",
1200+
"url": "/docs/computer-science/data-structures/index.zh"
12011201
},
12021202
{
12031203
"id": "gkjk6stzpb44n9lv8u2ij7xx",
1204-
"title": "Singly Linked List",
1205-
"url": "/docs/computer-science/data-structures/linked-list/01-singly-linked-list"
1204+
"title": "单链表",
1205+
"url": "/docs/computer-science/data-structures/linked-list/01-singly-linked-list.zh"
12061206
},
12071207
{
12081208
"id": "lt9yrqt0ksl2liabq9ocw0z4",
1209-
"title": "Linked List",
1210-
"url": "/docs/computer-science/data-structures/linked-list"
1209+
"title": "链表",
1210+
"url": "/docs/computer-science/data-structures/linked-list/index.zh"
12111211
},
12121212
{
12131213
"id": "ksjj9shalh6hqezx6t6am5vw",
@@ -1631,7 +1631,7 @@
16311631
{
16321632
"id": "l6eepr5ctjgrhdgupy3twr1t",
16331633
"title": "Prompt Repetition Improves Non-Reasoning LLMs",
1634-
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms"
1634+
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.zh"
16351635
}
16361636
]
16371637
},
@@ -1645,7 +1645,7 @@
16451645
{
16461646
"id": "l6eepr5ctjgrhdgupy3twr1t",
16471647
"title": "Prompt Repetition Improves Non-Reasoning LLMs",
1648-
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms"
1648+
"url": "/docs/CommunityShare/Amazing-AI-Tools/prompt-repetition-improves-non-reasoning-llms.zh"
16491649
}
16501650
]
16511651
},

0 commit comments

Comments
 (0)