Skip to content

Commit

Permalink
升级umami
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFish-233 committed Jun 15, 2023
1 parent c9ca6ab commit cf3556c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CnGalWebSite/CnGalWebSite.Server/Pages/_Layout.cshtml
Expand Up @@ -141,7 +141,7 @@
<script src="https://cdn.masastack.com/npm/vditor/3.8.12/dist/index.min.js"></script>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/echarts/5.1.1/echarts.min.js"></script>

<script async defer data-website-id="5d00ea9a-0bc7-4ea9-bf86-661c5e7cd01e" src="https://umami.cngal.top/umami.js"></script>
<script async defer data-website-id="5d00ea9a-0bc7-4ea9-bf86-661c5e7cd01e" src="https://umami.cngal.top/script.js"></script>
@*<script src="_framework/blazor.server.js"></script>*@

<script src="https://app.cngal.org/_framework/blazor.server.7.0.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion CnGalWebSite/CnGalWebSite.Server/wwwroot/css/home.css
Expand Up @@ -148,7 +148,7 @@
/*即将发布的游戏*/

.upcoming-games-card .item {
width: 25rem;
width: 20rem;
}

/*免费的游戏*/
Expand Down
Expand Up @@ -39,7 +39,7 @@ function highlightAllCode() {
}

function trackEvent(event_name, type,objectName,objectId, userId,note) {
umami.trackEvent(event_name, {
umami.track(event_name, {
type:type,
objectName: objectName,
objectId: objectId,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -1725,7 +1725,7 @@ a .aspect-ratio + p > strong {
/*即将发布的游戏*/

.upcoming-games-card .item {
width: 25rem;
width: 20rem;
}

/*免费的游戏*/
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CnGalWebSite/CnGalWebSite.WebAssembly/wwwroot/index.html
Expand Up @@ -236,7 +236,7 @@ <h1 class="h5 fw-bold">正在载入APP模式</h1>

<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"></script>

<script async defer data-website-id="5d00ea9a-0bc7-4ea9-bf86-661c5e7cd01e" src="https://umami.cngal.top/umami.js"></script>
<script async defer data-website-id="5d00ea9a-0bc7-4ea9-bf86-661c5e7cd01e" src="https://umami.cngal.top/script.js"></script>


<script src="decode.js"></script>
Expand Down

0 comments on commit cf3556c

Please sign in to comment.