upload, string extensions, lgres

This commit is contained in:
2023-03-30 12:39:26 +08:00
parent 1d636cdc79
commit f5bc42fa20
11 changed files with 323 additions and 33 deletions

7
lib/utility/lgres.d.ts vendored Normal file
View File

@ -0,0 +1,7 @@
export function init(dom?: HTMLElement, ahead?: | { callback?: (result: any) => void }): Promise<any>
export function r(key: string, defaultValue?: any): any
export const lang: {
get current(): string,
get unknownError(): string,
get savedSuccessfully(): string
}