Skip to content

Commit

Permalink
templates(pixel): update umd version
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Feb 12, 2024
1 parent e1e6fda commit d8baf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/pixel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{template "base/header" .}}
<link rel="stylesheet" href="https://npm.onmicrosoft.cn/@e99p1ant/neko-pixel-umd@latest/style.css"/>
<link rel="stylesheet" href="https://npm.onmicrosoft.cn/@e99p1ant/neko-pixel-umd@0.0.17/style.css"/>
<div class="uk-alert-warning uk-container uk-text-small" uk-alert>
<p>
请各位用户知悉并确认在使用画板功能时,不会发起及/或参与以下内容:
Expand All @@ -15,5 +15,5 @@
<script>
var NEKO_CONFIG = {pixelBaseURL: '/api/v1/pixel'}
</script>
<script src="https://npm.onmicrosoft.cn/@e99p1ant/neko-pixel-umd@latest/neko-pixel-app.umd.js"></script>
<script src="https://npm.onmicrosoft.cn/@e99p1ant/neko-pixel-umd@0.0.17/neko-pixel-app.umd.js"></script>
{{template "base/footer" .}}

0 comments on commit d8baf81

Please sign in to comment.