fix: 本地 patch MDUI 以解决 tabindex = 0 导致的一系列玄学问题
This commit is contained in:
6
client/mdui_patched/functions/setLocale.d.ts
vendored
Normal file
6
client/mdui_patched/functions/setLocale.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { SetLocal } from '../internal/localize.js';
|
||||
/**
|
||||
* 切换到指定的语言。返回 Promise,在新的语言包加载完成后 resolve
|
||||
* @param locale 语言代码
|
||||
*/
|
||||
export declare const setLocale: SetLocal;
|
||||
Reference in New Issue
Block a user