From ecd6e298f51ab25d0b9de5121e80c1845d073c16 Mon Sep 17 00:00:00 2001 From: Justin Gu <97915@qq.com> Date: Tue, 7 Jul 2026 15:18:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(packaging):=20v1.19.2=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B9=B2=E5=87=80=20Windows=20=E4=B8=8A=20EXE=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=BA=AF=E9=BB=91=EF=BC=88MIME=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:干净 Windows(无开发环境)注册表里没有 .js 的 Content Type 映射, mimetypes.guess_type('.js') 返回 None,StaticFiles 回退到 text/plain。 浏览器