Skip to content

Commit

Permalink
🐛 fix #2 改用境内cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 4, 2024
1 parent 6a5e663 commit 6ba27c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<script type="importmap">
{
"imports": {
"preact": "https://cdn.jsdelivr.net/npm/preact@10.22.0/+esm",
"htm": "https://cdn.jsdelivr.net/npm/htm@3.1.1/+esm",
"preact/hooks": "https://cdn.jsdelivr.net/npm/preact@10.22.0/hooks/dist/hooks.module.js",
"axios": "https://cdn.jsdelivr.net/npm/axios@1.7.2/+esm",
"@quik-fe/stand": "https://cdn.jsdelivr.net/npm/@quik-fe/stand@1.1.2/+esm",
"goober": "https://cdn.jsdelivr.net/npm/goober@2.1.14/+esm"
"preact": "https://jsd.onmicrosoft.cn/npm/preact@10.22.0/+esm",
"htm": "https://jsd.onmicrosoft.cn/npm/htm@3.1.1/+esm",
"preact/hooks": "https://jsd.onmicrosoft.cn/npm/preact@10.22.0/hooks/dist/hooks.module.js",
"axios": "https://jsd.onmicrosoft.cn/npm/axios@1.7.2/+esm",
"@quik-fe/stand": "https://jsd.onmicrosoft.cn/npm/@quik-fe/stand@1.1.2/+esm",
"goober": "https://jsd.onmicrosoft.cn/npm/goober@2.1.14/+esm"
}
}
</script>
Expand Down

0 comments on commit 6ba27c3

Please sign in to comment.