增加注释

This commit is contained in:
xaoyaoo 2024-04-19 12:32:12 +08:00
parent ac88be1837
commit ab3ab94064

View File

@ -267,7 +267,7 @@ def msg_count():
@api.route('/api/imgsrc/<path:imgsrc>', methods=["GET", 'POST']) @api.route('/api/imgsrc/<path:imgsrc>', methods=["GET", 'POST'])
def get_imgsrc(imgsrc): def get_imgsrc(imgsrc):
""" """
获取图片 获取图片,从网络获取图片主要功能只是下载图片缓存到本地
:return: :return:
""" """
if not imgsrc: if not imgsrc: