fix: improve font configuration for Chinese support

This commit is contained in:
2026-03-04 02:03:22 +08:00
parent f3b0d79ef9
commit 0329bd2ff6
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const inter = Inter({ subsets: ['latin'] });
const inter = Inter({ subsets: ['latin'], display: 'swap' });
export const metadata: Metadata = {
title: '资源下载 - 选择项目和版本',