mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
Compare commits
2 Commits
d3fe8dee2c
...
50ecaa1e4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50ecaa1e4c | ||
|
|
ef9ee1a740 |
@@ -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
2
src-tauri/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -4,7 +4,7 @@ resolver = "2"
|
||||
|
||||
[package]
|
||||
name = "bili-shadowreplay"
|
||||
version = "2.16.3"
|
||||
version = "2.16.4"
|
||||
description = "BiliBili ShadowReplay"
|
||||
authors = ["Xinrea"]
|
||||
license = ""
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user