mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
🚨
This commit is contained in:
parent
513031de5a
commit
5191cfd6c7
5 changed files with 14 additions and 14 deletions
|
|
@ -19,12 +19,12 @@ const genSVGBG = () => {
|
|||
svgs.push(item.id);
|
||||
});
|
||||
Array.from({length: 45}, () => {
|
||||
const index = Math.floor(Math.random()*svgs.length);
|
||||
const index = Math.floor(Math.random() * svgs.length);
|
||||
html += `<svg><use xlink:href="#${svgs[index]}"></use></svg>`;
|
||||
svgs.splice(index, 1);
|
||||
});
|
||||
return `<div class="fn__flex config-account__svg">${html}</div>`;
|
||||
}
|
||||
};
|
||||
|
||||
export const account = {
|
||||
element: undefined as Element,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue