fix: fix error

This commit is contained in:
2025-01-03 21:33:01 +08:00
parent edde6181f7
commit a97bb5f732
8 changed files with 468 additions and 104 deletions

View File

@@ -26,6 +26,8 @@ app
path: item.path,
key: item.key,
description: item.description,
validator: item.validator,
// schema: item.schema,
};
});
})