add preset header

This commit is contained in:
wjqserver 2025-06-22 17:56:35 +08:00
parent 47b6f4903f
commit cc429c44f9
5 changed files with 268 additions and 79 deletions

View file

@ -4,4 +4,5 @@ export const state = {
isEditing: false,
initialFormState: '', // 用于检测表单是否有未保存的更改
availableTemplates: [], // 存储从后端获取的可用模板名称
headerPresets: [],
};