From 3f1d66a9ed289d4faa13e0474ded43574cfeca38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=98=E5=A2=A8=E6=88=90?= <97211432+dustink66@users.noreply.github.com> Date: Sat, 25 Apr 2026 04:30:51 +0800 Subject: [PATCH] Add Simplified Chinese link to statics --- src/utils/statics.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils/statics.ts b/src/utils/statics.ts index 476f456..7eeb612 100644 --- a/src/utils/statics.ts +++ b/src/utils/statics.ts @@ -68,6 +68,11 @@ const pages = [ url: 'https://github.com/PlayCover/PlayCover', openInNewTab: true, }, + { + name: '简体中文', + url: 'https://www.playcover.com.cn', + openInNewTab: true, + }, ]; export { featuredGames, pages };