Add Excel multi-download fix script to index.html

#8
by bep40 - opened

Auto-inject Excel fix script to fix multi-download issue for quotation and order modals.

Changes:

  • Add auto-excel-fix-loader.js script before
  • Loader will automatically load vai-quote-excel-order-fix-v1050.js
  • Fixes: Excel tải được nhiều lần, modal đơn hàng export hoạt động

✅ EXCEL MULTI-DOWNLOAD FIX - HOÀN CHỈNH

File đã upload:

  • vai-quote-excel-order-fix-v1050.js - Script fix chính
  • excel-fix-oneclick.bookmarklet.js - Bookmarklet 1 click

CÁCH DÙNG NGAY (KHÔNG CẦN CHỈNH SỬA index.html):

  1. Bookmarklet (Khuyến nghị):

  2. Hoặc chạy trong Console (F12):

var s=document.createElement('script');
s.src='https://huggingface.co/spaces/bep40/V.AISTUDIO/resolve/main/vai-quote-excel-order-fix-v1050.js';
document.head.appendChild(s);

Sau khi áp dụng:

  • ✅ Nút "Excel" trong modal báo giá: tải được nhiều lần
  • ✅ Nút "GH Excel" trong modal đơn hàng: tải được nhiều lần
  • ✅ Blob URLs không bị revoke sớm
  • ✅ Click protection trên các nút

File fix đã được test với CDN links!

Publish this branch
This branch is in draft mode, publish it to be able to merge.

Sign up or log in to comment