feat: 添加通知功能自定义telegram域名功能

This commit is contained in:
Baobhan Sith
2025-05-11 13:02:09 +08:00
parent 598df938bf
commit d7bee11383
34 changed files with 121 additions and 71 deletions
@@ -121,7 +121,7 @@ export const uploadTerminalBackgroundController = async (req: Request, res: Resp
};
/**
* 新增:获取背景图片文件
* 获取背景图片文件
*/
export const getBackgroundFileController = async (req: Request, res: Response): Promise<void> => {
const filename = req.params.filename;
@@ -27,7 +27,7 @@ router.post(
appearanceController.uploadTerminalBackgroundController
);
// 新增:GET /api/v1/appearance/background/file/:filename - 获取背景图片文件
// GET /api/v1/appearance/background/file/:filename - 获取背景图片文件
router.get('/background/file/:filename', appearanceController.getBackgroundFileController);
// DELETE /api/v1/appearance/background/page - 删除页面背景图片