mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 新增消息队列设置功能,优化自动操作体验
- 在 ClientAutoAction.vue 中新增消息队列设置标签页,允许用户配置弹幕和私信发送间隔。 - 更新多个组件以支持新的设置选项,提升用户交互体验。 - 在 useBiliFunction 中实现队列处理逻辑,确保消息按设定间隔发送。 - 优化 CheckInSettings 组件,整合 AutoActionEditor 以简化配置管理。
This commit is contained in:
@@ -22,6 +22,7 @@ import { relaunch } from '@tauri-apps/plugin-process';
|
||||
import { useDanmakuWindow } from "../store/useDanmakuWindow";
|
||||
import { getAllWebviewWindows } from "@tauri-apps/api/webviewWindow";
|
||||
import { useAutoAction } from "../store/useAutoAction";
|
||||
import { useBiliFunction } from "../store/useBiliFunction";
|
||||
|
||||
const accountInfo = useAccount();
|
||||
|
||||
@@ -147,6 +148,7 @@ export async function initAll(isOnBoot: boolean) {
|
||||
}
|
||||
|
||||
useAutoAction().init();
|
||||
useBiliFunction().init();
|
||||
|
||||
clientInited.value = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user