Skip to content

Commit

Permalink
docs: update demos
Browse files Browse the repository at this point in the history
  • Loading branch information
oubenruing committed Aug 28, 2023
1 parent b74b7c9 commit 2a820fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
</body>

</html>
<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@v1.4.0/dist/svg-text-animate.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@latest/dist/svg-text-animate.min.js"></script>
<!-- <script src="../dist/svg-text-animate.js"></script> -->
<script>
window.onload = async function () {
Expand Down
2 changes: 1 addition & 1 deletion docs/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
</body>

</html>
<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@v1.3.0/dist/svg-text-animate.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@latest/dist/svg-text-animate.min.js"></script>
<!-- <script src="../dist/svg-text-animate.js"></script> -->
<script>
window.onload = async function () {
Expand Down
2 changes: 1 addition & 1 deletion docs/tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ <h4>动画设置</h4>
</body>

</html>
<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@v1.3.0/dist/svg-text-animate.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@latest/dist/svg-text-animate.min.js"></script>
<script>
window.onload = async function () {
var chinese = new SVGTextAnimate("https://cdn.jsdelivr.net/gh/oubenruing/svg-text-animate@latest/docs/fonts/.font-spider/SourceHanSansCN-Normal.ttf", {}, {}, "svg");
Expand Down

0 comments on commit 2a820fb

Please sign in to comment.