同步代码
This commit is contained in:
2
types/Common/Utils.d.ts
vendored
2
types/Common/Utils.d.ts
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user