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;