mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复删除脚本参数
This commit is contained in:
parent
576408de01
commit
c0ec063333
|
@ -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) => {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user