Compare commits

...

2 Commits

Author SHA1 Message Date
Xinrea
50ecaa1e4c fix: cannot send danmaku (#224) 2025-11-10 20:47:56 +08:00
Xinrea
ef9ee1a740 bump version to 2.16.4 2025-11-10 20:44:37 +08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "bili-shadowreplay",
"private": true,
"version": "2.16.3",
"version": "2.16.4",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@@ -541,7 +541,7 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]]
name = "bili-shadowreplay"
version = "2.16.3"
version = "2.16.4"
dependencies = [
"async-ffmpeg-sidecar 0.0.1",
"async-std",

View File

@@ -4,7 +4,7 @@ resolver = "2"
[package]
name = "bili-shadowreplay"
version = "2.16.3"
version = "2.16.4"
description = "BiliBili ShadowReplay"
authors = ["Xinrea"]
license = ""

View File

@@ -399,7 +399,7 @@ ${mediaPlaylistUrl}`;
const value = danmakuInput.value;
if (value) {
// get account uid from select
const uid = parseInt(accountSelect.value);
const uid = accountSelect.value;
await invoke("send_danmaku", {
uid,
roomId: room_id,