同步代码

This commit is contained in:
ChenX
2023-10-13 09:52:24 +08:00
parent 9c91cdaec4
commit 5cc4e64b73
43 changed files with 3245 additions and 2554 deletions

View File

@@ -23,7 +23,7 @@ export declare function copyTextToClipboard(text: string): Promise<void>;
* 读取剪切板的字符串
*/
export declare function readClipboardText(): Promise<string>;
export declare function FixedNotZero(v: number | string, fractionDigits?: number): string;
export declare function FixedNotZero(v: number | string, fractionDigits?: number, expr?: string): string;
/**
* To fixed
* @param v