Skip to content

Commit 7fde072

Browse files
committed
fix: icon
1 parent efda05b commit 7fde072

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

public/favicon/favicon.svg

Lines changed: 9 additions & 0 deletions
Loading

public/locales/en/rank.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lmrank": {
6262
"title": "LM Rank",
6363
"nav": "{{month}} {{year}} LM Ranking",
64-
"p_text": "<strong>The LLM Arena Ranking</strong> is a crowdsourced leaderboard for large language models. Users chat with two anonymous models and vote for the better response, with model ratings calculated using the Elo rating system. The leaderboard covers multiple capability dimensions including text, vision, and code, making it one of the most authoritative LLM evaluation benchmarks. Based on this ranking, we have done model name aggregation and cleaning work.",
64+
"p_text": "<strong>The LMArena Ranking</strong> is a crowdsourced leaderboard for large language models. Users chat with two anonymous models and vote for the better response, with model ratings calculated using the Elo rating system. The leaderboard covers multiple capability dimensions including text, vision, and code, making it one of the most authoritative LLM evaluation benchmarks. Based on this ranking, we have done model name aggregation and cleaning work.",
6565
"thead": {
6666
"position": "Rank",
6767
"name": "Model",

public/locales/zh/rank.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lmrank": {
6262
"title": "大模型排名",
6363
"nav": "{{year}} 年 {{month}} 月大模型排行榜",
64-
"p_text": "<strong>「LLM Arena 排名」</strong>是基于众包用户投票的大语言模型排行榜。通过让用户与两个匿名模型对话并选择更好的回答,使用 Elo 评分系统计算模型的相对实力。该排行榜覆盖文本、视觉、代码等多个能力维度,是目前最权威的 LLM 评测榜单之一,基于此榜单我们做了模型名称聚合和清理工作。",
64+
"p_text": "<strong>「LMArena 排名」</strong>是基于众包用户投票的大语言模型排行榜。通过让用户与两个匿名模型对话并选择更好的回答,使用 Elo 评分系统计算模型的相对实力。该排行榜覆盖文本、视觉、代码等多个能力维度,是目前最权威的 LLM 评测榜单之一,基于此榜单我们做了模型名称聚合和清理工作。",
6565
"thead": {
6666
"position": "排名",
6767
"name": "模型",

src/components/Seo.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ type Favicons = {
3030
};
3131

3232
const favicons: Array<Favicons> = [
33+
{
34+
rel: 'icon',
35+
type: 'image/svg+xml',
36+
href: '/favicon/favicon.svg',
37+
},
3338
{
3439
rel: 'apple-touch-icon',
3540
sizes: '57x57',

0 commit comments

Comments
 (0)