feat: accessibility enhancement
All checks were successful
Deploy / Deploy (push) Successful in 1m16s

closes #3
This commit is contained in:
CDN 2025-02-03 19:28:27 +08:00
parent 3e652d5e4e
commit 01c5131055
Signed by: CDN
GPG key ID: 0C656827F9F80080
31 changed files with 1121 additions and 58 deletions

View file

@ -22,14 +22,14 @@ const LANGUAGES: LanguageConfig[] = [
{
code: 'zh-CN',
dataDir: 'zh-CN',
title: 'STARSET 镜像站更新',
description: 'STARSET 镜像站的最新更新'
title: 'STARSET Mirror 项目动态',
description: 'STARSET Mirror 最新动态'
},
{
code: 'zh-Hant',
dataDir: 'zh-TW',
title: 'STARSET 鏡像站更新',
description: 'STARSET 鏡像站的最新更新'
title: 'STARSET Mirror 專案動态',
description: 'STARSET Mirror 最新動態'
}
];