Skip to content

Commit

Permalink
Merge pull request #38 from akFace/master
Browse files Browse the repository at this point in the history
新增两款动态主题
  • Loading branch information
maotoumao authored Dec 28, 2024
2 parents f8f0139 + c398bbc commit adbf975
Show file tree
Hide file tree
Showing 14 changed files with 1,271 additions and 18 deletions.
9 changes: 9 additions & 0 deletions fireworks/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "烟花♪动态",
"preview": "@/imgs/preview.jpg",
"iframe": {
"app": "@/iframes/app.html"
},
"author": "akFace",
"description": "提前祝大家新年快乐,喜欢烟花的可以试试哦~"
}
27 changes: 27 additions & 0 deletions fireworks/iframes/app.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>firework</title>
<style>
canvas {
display: block;
}

.block-audio {
display: none;
}
body {
padding: 0px;
margin: 0px;
}
</style>
</head>

<body>
<canvas id="canvas"></canvas>
<div class="block-audio"></div>
<script src="@/iframes/jquery.js"></script>
<script src="@/iframes/index.js"></script>
</body>
</html>
Loading

0 comments on commit adbf975

Please sign in to comment.