This commit is contained in:
2026-02-21 17:25:52 +08:00
parent 4a2bd32cda
commit fbc90506a6
2 changed files with 8 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ export const useSettingsStore = defineStore('settings', () => {
if (!existingIds.includes(id)) {
widgets.value.push({
id,
position: { x: 20, y: 20 + index * 120 },
position: { x: -1, y: -1 },
order: index
})
}