mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-01 06:47:47 +08:00
(feature)(webapp) modify view field (#732)
This commit is contained in:
@@ -355,7 +355,7 @@ export const getFormattedValueData = (value: number | string, remainZero?: boole
|
||||
return `${formattedValue}${unit === NumericUnit.None ? '' : unit}`;
|
||||
};
|
||||
|
||||
function getLeafNodes(treeNodes: any[]): any[] {
|
||||
export function getLeafNodes(treeNodes: any[]): any[] {
|
||||
const leafNodes: any[] = [];
|
||||
|
||||
function traverse(node: any) {
|
||||
|
||||
Reference in New Issue
Block a user