mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 23:16:52 +00:00
Update Fireworks.js
This commit is contained in:
@@ -18,7 +18,7 @@ const Fireworks = () => {
|
|||||||
// 异步加载
|
// 异步加载
|
||||||
async function loadFireworks() {
|
async function loadFireworks() {
|
||||||
loadExternalResource(
|
loadExternalResource(
|
||||||
'https://cdn.bootcdn.net/ajax/libs/animejs/3.2.1/anime.min.js',
|
'https://cdnjs.snrat.com/ajax/libs/animejs/3.2.1/anime.min.js',
|
||||||
'js'
|
'js'
|
||||||
).then(() => {
|
).then(() => {
|
||||||
loadExternalResource('/js/fireworks.js', 'js').then(() => {
|
loadExternalResource('/js/fireworks.js', 'js').then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user