mirror of
https://github.com/multipleof4/sune.git
synced 2026-09-18 19:45:43 +00:00
Feat: Add Sune sync DOM elements
Co-authored-by: gemini-3-flash-preview <noreply@google.com>
This commit is contained in:
@@ -19,6 +19,6 @@ export const el = window.el = Object.fromEntries(
|
||||
'importAccountSettings','exportAccountSettings',
|
||||
'importAccountSettingsInput','accountTabUser','accountPanelUser','set_user_name',
|
||||
'userAvatarPreview','setUserAvatarBtn','userAvatarInput','threadRepoInput','threadBackBtn',
|
||||
'threadFolderBtn','threadSyncBtn'
|
||||
'threadFolderBtn','threadSyncBtn','suneRepoInput','suneSyncBtn'
|
||||
].map(id => [id, document.getElementById(id)])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user