fix: 本地 patch MDUI 以解决 tabindex = 0 导致的一系列玄学问题
This commit is contained in:
6
client/mdui_patched/functions/loadLocale.d.ts
vendored
Normal file
6
client/mdui_patched/functions/loadLocale.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { LoadFunc } from '../internal/localize.js';
|
||||
/**
|
||||
* 加载语言包。参数为一个函数,该函数接收一个语言代码作为参数,返回一个 Promise,resolve 的值为对应的语言包
|
||||
* @param loadFunc
|
||||
*/
|
||||
export declare const loadLocale: (loadFunc: LoadFunc) => void;
|
||||
Reference in New Issue
Block a user