修复删除脚本参数

This commit is contained in:
whyour 2025-03-18 23:17:03 +08:00
parent 576408de01
commit c0ec063333
2 changed files with 2 additions and 1 deletions

View File

@ -202,6 +202,7 @@ export default (app: Router) => {
body: Joi.object({
filename: Joi.string().required(),
path: Joi.string().allow(''),
type: Joi.string().optional(),
}),
}),
async (req: Request, res: Response, next: NextFunction) => {

View File

@ -12,7 +12,7 @@
background: var(--card-background);
padding: 24px;
border-radius: 12px;
max-width: 360px;
max-width: 390px;
width: 100%;
transition: all 0.3s ease;
}