Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cdn.jsdelivr.net access issue by switching to unpkg.com #464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 9, 2024

  1. Fix cdn.jsdelivr.net access issue by switching to unpkg.com

    Related to #430
    
    Replace `cdn.jsdelivr.net` with `unpkg.com` in the project files to address the issue of unstable access to `cdn.jsdelivr.net`.
    
    * **back-end/h5-api/views/engine.ejs**
      - Replace all instances of `cdn.jsdelivr.net` with `unpkg.com` for loading various scripts and stylesheets.
      - Update the QR code script source to use `unpkg.com`.
    
    * **front-end/h5/public/index.html**
      - Replace all instances of `cdn.jsdelivr.net` with `unpkg.com` for loading various scripts and stylesheets.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ly525/luban-h5/issues/430?shareId=XXXX-XXXX-XXXX-XXXX).
    ly525 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2b879d3 View commit details
    Browse the repository at this point in the history