fix: visual height inconsistency between chinese and english title font

This commit is contained in:
radishzzz 2025-03-15 21:55:06 +00:00
parent dc260f3f6c
commit 26a3cce66e
5 changed files with 11 additions and 11 deletions

View file

@ -75,7 +75,7 @@ export function getNextLangUrl(currentPath: string): string {
* @param supportedLangs
* @returns URL
*/
export function getPostNextLangUrl(currentPath: string, supportedLangs: string[]): string {
export function getNextSupportedLangUrl(currentPath: string, supportedLangs: string[]): string {
// 从路径提取当前语言
const currentLang = getLangFromPath(currentPath)