fix: 本地 patch MDUI 以解决 tabindex = 0 导致的一系列玄学问题

This commit is contained in:
CrescentLeaf
2025-10-04 11:07:03 +08:00
parent af694f6f6c
commit 6e164cbdfb
480 changed files with 94389 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import type { LoadFunc } from '../internal/localize.js';
/**
* 加载语言包。参数为一个函数,该函数接收一个语言代码作为参数,返回一个 Promiseresolve 的值为对应的语言包
* @param loadFunc
*/
export declare const loadLocale: (loadFunc: LoadFunc) => void;