[Enhance] 정적 파일 확장자 목록에 '.md' 및 '.txt' 추가

This commit is contained in:
암냥 2025-06-30 22:03:25 +09:00
commit 87d5b0209c

View file

@ -50,7 +50,8 @@ class AddonBase:
static_extensions = [
'.js', '.css', '.woff2', '.woff', '.ttf', '.otf', '.svg',
'.png', '.jpg', '.jpeg', '.gif', '.webp', '.ico', '.bmp',
'.tiff', '.tif', '.webm', '.mp4', '.avi', '.mov', '.pdf'
'.tiff', '.tif', '.webm', '.mp4', '.avi', '.mov', '.pdf', '.md',
'.txt', '.csv'
]
if any(path.endswith(ext) for ext in static_extensions):