feat: Add lastShownTimestamp to settings schema and update feedback dialog logic

This commit is contained in:
DragonnZhang 2026-01-19 13:06:06 +08:00
parent 45236b6ec5
commit e8356c5f9e
11 changed files with 78 additions and 155 deletions

View file

@ -474,6 +474,15 @@ const SETTINGS_SCHEMA = {
},
},
},
lastShownTimestamp: {
type: 'number',
label: 'Feedback Last Shown Timestamp',
category: 'UI',
requiresRestart: false,
default: 0,
description: 'The last time the feedback dialog was shown.',
showInDialog: false,
},
},
},