From 2b879d3bc0f6f3b96ffe20f642502d51ff574b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B0=8F=E9=B2=81=E7=8F=AD?= Date: Fri, 9 Aug 2024 17:46:24 +0800 Subject: [PATCH] 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). --- back-end/h5-api/views/engine.ejs | 22 +++++++++++----------- front-end/h5/public/index.html | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/back-end/h5-api/views/engine.ejs b/back-end/h5-api/views/engine.ejs index 8213a7a8..8f718e14 100644 --- a/back-end/h5-api/views/engine.ejs +++ b/back-end/h5-api/views/engine.ejs @@ -19,16 +19,16 @@ - - - - - - + + + + + + - - - + + +