×

注意!页面内容来自https://www.batchat.com/new_download.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

搜索图标 搜索按钮
亮模式
简体中文 下拉箭头

简体中文

English

繁体中文

蝙蝠 网页版
 
打开导航菜单

蝙蝠聊天「BatChat」客户端

安全防护的聊天工具,可随时随地和朋友进行闲聊。与重要的人聊重要的事!

同时支持 Android,iOS,iPadOS,macOS,Windows,网页版本更多版本

开发者:成都飞蝠科技有限公司 | 应用权限 | 隐私政策 | 版本号:v3.6.5 | 更新时间:2026-2-5

蝙蝠聊天「BatChat」

安全防护的聊天工具 可随时随地和朋友进行闲聊 与重要的人聊重要的事

版本号:v3.6.5 | 更新时间:2026-2-5

<> /* 黑暗模式样式 */ [theme="black"] .new-download-container { background: rgba(2226271) !important; } [theme="black"] .download-core-content-pc { background: linear-gradient( 180deg, #161a1b 0%, #24282a 100% ) !important; } /* 移动端语言选择菜单黑暗模式样式 */ [theme="black"] .mobile-lang-menu { background-color: rgba(2226271) !important; } [theme="black"] .mobile-lang-title { color: var(--font-main-color) !important; } [theme="black"] .mobile-lang-list span { color: var(--font-main-color) !important; } [theme="black"] .mobile-lang-list img { filter: brightness(0) invert(1) !important; } [theme="black"] .mobile-lang-close img { filter: brightness(0) invert(1) !important; } /* 移动端下载内容黑暗模式样式 */ [theme="black"] .download-core-content-mobile { background: rgba(2226271) !important; } [theme="black"] .download-core-content-mobile .version-info { color: white !important; } /* 移动端下载按钮黑暗模式样式 */ [theme="black"] .download-buttons .download-button:not(:hover) { background: rgba(2552552550.1) !important; } [theme="black"] .download-buttons .button-text { color: white !important; } .download-buttons .button-text { font-weight: 400; font-size: 14px; line-height: 120%; text-align: center; white-space: nowrap; color: rgba(2419801); } /* 平台信息黑暗模式样式 */ [theme="black"] .platform-info-pc p { color: white !important; } /* 下载描述文字黑暗模式样式 */ [theme="black"] [data-lang="download_desc"] { color: white !important; } [theme="black"] [data-lang="mobile_download_desc"] { color: white !important; } /* 下载按钮图标黑暗模式样式 */ [theme="black"] .download-buttons .button-icon img { filter: brightness(0) invert(1) !important; } [theme="black"] .download-buttons-section-pc .button-icon img { filter: brightness(0) invert(1) !important; } /* 移动端微信公众号二维码样式 */ @media (max-width: 1000px) { .bat-wx { cursor: pointer; position: relative; } .bat-wx img { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%-50%); z-index: 9999; height: auto; max-height: 85vh; width: 95vw; max-width: 450px; box-shadow: 0 0 20px rgba(0000.8); border-radius: 10px; cursor: pointer; object-fit: contain; } .bat-wx img[*="block"] { display: block !important; } } @media (max-width: 1000px) { .download-core-content-pc, .platform-info-pc, .carousel-section-pc, .download-buttons-section-pc { display: none !important; } .download-core-content-mobile { display: flex !important; } .new-download-container { background: var(--white-bg) !important; transition: background-color 0.3s ease !important; } [theme="black"] .new-download-container { background: rgba(2226271) !important; } }
<> #mac-chip-popup { display: none; position: fixed; inset: 0; z-index: 10000; align-items: center; justify-content: center; } .mac-popup-overlay { position: absolute; inset: 0; background: rgba(0000.5); } .mac-popup-box { position: relative; width: 640px; height: 463px; background: #fff; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 60px; box-sizing: border-box; } .mac-popup-close { position: absolute; top: 16px; right: 16px; cursor: pointer; } .mac-popup-title { font-size: 42px; color: #181350; margin: 0 0 20px; font-weight: bold; } .mac-popup-subtitle { font-size: 20px; color: #181350; margin: 0 0 40px; font-weight: 600; } .mac-popup-divider { width: 520px; height: 1px; background: rgba(1731701780.2); margin-bottom: 40px; } .mac-popup-btns { display: flex; gap: 56px; } .mac-popup-btn { display: flex; align-items: center; width: 232px; height: 68px; border-radius: 6px; padding: 14px 0 14px 20px; box-sizing: border-box; text-decoration: none; gap: 12px; } .mac-popup-btn-intel { background: rgba(01112501); transition: background 0.2s; } .mac-popup-btn-intel:hover { background: rgba(0902101); } .mac-popup-btn-apple { background: rgba(532101331); transition: background 0.2s; } .mac-popup-btn-apple:hover { background: rgba(381801101); } .mac-popup-btn-text { display: flex; flex-direction: column; gap: 4px; } .mac-popup-btn-main { font-size: 16px; color: rgba(2552552551); line-height: 1.2; } .mac-popup-btn-sub { font-size: 12px; color: rgba(2552552550.6); line-height: 1.2; } .mac-popup-support { font-size: 14px; color: rgba(01112501); margin: 40px 0 0; } .mac-popup-sysreq { font-size: 14px; color: rgba(2419800.5); margin: 11px 0 0; } @media (max-width: 680px) { .mac-popup-box { width: calc(100% - 32px); height: auto; padding: 40px 20px 32px; border-radius: 16px; } .mac-popup-title { font-size: 28px; margin-bottom: 12px; } .mac-popup-subtitle { font-size: 16px; margin-bottom: 24px; } .mac-popup-divider { width: 100%; margin-bottom: 24px; } .mac-popup-btns { flex-direction: column; gap: 12px; width: 100%; } .mac-popup-btn { width: 100%; height: 56px; } .mac-popup-support { margin-top: 24px; } .mac-popup-sysreq { margin-top: 8px; } }