Skip to content

Commit

Permalink
update: emergency repair
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Feb 1, 2024
1 parent b1c598e commit 9cdf91e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ function App() {
</div>

<div className={`app`}>
<a className={`title`} href={`https://jsdelivr.com`} target={`_blank`}>JsDelivr</a>
<a className={`title`} href={`https://jsdelivr.com`} target={`_blank`}>JsDelivr (当前已关闭通道)</a>
<div className={`code`}>
https://open.lightxi.com/jsdelivr/<strong className={`point`}>npm/[email protected]/dist/jquery.min.js</strong>
</div>
</div>

<div className={`app`}>
<a className={`title`} href={`https://esm.sh`} target={`_blank`}>ESM</a>
<a className={`title`} href={`https://esm.sh`} target={`_blank`}>ESM (当前已关闭通道)</a>
<div className={`code`}>
https://open.lightxi.com/esm/<strong className={`point`}>[email protected]</strong>
</div>
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ func main() {
}))

{
packages.RegisterJsdelivr(app)
//packages.RegisterJsdelivr(app)
packages.RegisterFonts(app)
packages.RegisterEsm(app)
//packages.RegisterEsm(app)
packages.RegisterUnpkg(app)
packages.RegisterCdnJs(app)
packages.RegisterCustom(app)
Expand Down

0 comments on commit 9cdf91e

Please sign in to comment.