chore: migrate to KT financial system

This commit is contained in:
woshiqp465
2025-11-04 16:06:44 +08:00
parent 2c0505b73d
commit f4cd0a5f22
289 changed files with 7362 additions and 41458 deletions

View File

@@ -52,8 +52,7 @@ function flattenFinWiseProMenu() {
if (!childrenUL || !parentMenu) return;
// Check if already processed
if ((finwiseMenu as HTMLElement).dataset.hideFinwise === 'true')
return;
if ((finwiseMenu as HTMLElement).dataset.hideFinwise === 'true') return;
// Move all children to the parent menu
const children = [...childrenUL.children];