1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jhao
ace57cb4e5 fix: SoundSpace随机播放模式失效 #578 (#585)
* feat: SoundSpace Theme

* feat: add path aliases and base URL configuration in Vite(SoundSpace)

* feat: soundSpace兼容移动端

* fix: SoundSpace随机播放模式失效 #578
2025-11-10 23:06:39 +08:00
涵曦
79a0aa229a fix: 下线失效的统计服务 close #579 2025-11-10 10:27:31 +08:00
9 changed files with 11 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ class Analytics:
async def _send(self, event):
if self.config.enable_analytics:
asyncio.create_task(self.post_to_umami(event))
# asyncio.create_task(self.post_to_umami(event))
await self.run_with_cancel(self._google_send, [event])
else:
self.log.info("analytics is disabled, skip sending event")

View File

@@ -1 +0,0 @@
import{O as a}from"./features-animation-ewycTM2u.js";import"./index-DDyFjb4P.js";var i=a;export{i as default};

View File

@@ -0,0 +1 @@
import{O as a}from"./features-animation-DOC4MC0a.js";import"./index-fie2kaim.js";var i=a;export{i as default};

View File

@@ -1 +0,0 @@
import{O as a}from"./features-animation-ewycTM2u.js";import"./index-DDyFjb4P.js";var t=a;export{t as default};

View File

@@ -0,0 +1 @@
import{O as a}from"./features-animation-DOC4MC0a.js";import"./index-fie2kaim.js";var t=a;export{t as default};

View File

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/static/soundSpace/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>soundscape</title>
<script type="module" crossorigin src="/static/soundSpace/assets/index-DDyFjb4P.js"></script>
<script type="module" crossorigin src="/static/soundSpace/assets/index-fie2kaim.js"></script>
<link rel="stylesheet" crossorigin href="/static/soundSpace/assets/index-qfFWjqIn.css">
</head>
<body>