Add files via upload

This commit is contained in:
Cola-Echo
2025-12-24 02:07:04 +08:00
committed by GitHub
parent 01c92eabcf
commit fb209f16c6
19 changed files with 4126 additions and 252 deletions

View File

@@ -11,6 +11,7 @@ import { startVideoCall } from './video-call.js';
import { showMusicPanel, initMusicEvents } from './music.js';
import { showRedPacketPage } from './red-packet.js';
import { showTransferPage } from './transfer.js';
import { showGiftPage } from './gift.js';
import { getSettings, splitAIMessages } from './config.js';
import { refreshChatList } from './ui.js';
import { requestSave } from './save-manager.js';
@@ -677,6 +678,14 @@ function handleFuncItemClick(func) {
showTransferPage();
}
return;
case 'gift':
hideFuncPanel();
if (isInGroupChat()) {
showToast('群聊暂不支持送礼物', 'info');
return;
}
showGiftPage();
return;
case 'listen':
hideFuncPanel();
// 群聊不支持一起听