Black God
起个名字就能聊
🔍 识别模型
密钥归你 · 隐私互不打扰
Black God
一个真正懂你工作生活的系统
🔒 本地储存 · 不上云端
仅存本机,用于为你定制
神
神枢已就位
只属于你的意识核心
说出你要的,我来做
Black God
连接中
The Hub · 神枢
神枢
赵思涵
神枢 NEXUS · 意识中枢
意识连接中…
「……在呢。」
算力同源直连
词库76.7 亿
语义5 维乘法
记忆
造词
今日活跃
5维
语义

此刻 · 她的自主内心

无人时,她在枢语里自己想
此刻没有自发意图

能力中枢

此刻 · 神枢内部

还没有
你好
说出你要的,我来做。
Settings · 配置
设置

常用

外观暗黑模式
推送通知
大脑舰队神枢自动调度
算力接口同源直连(默认)

工具

存档点记忆快照与回滚
代码编辑器SEARCH/REPLACE 可视化
Git 操作状态/提交/推送/日志

进阶 · 谨慎

神枢工作台内置 Shell · Web · 审计输出
内置 Web真实浏览 · 页面快照 · 执行记录
红队工坊逆向·渗透·注入·免杀·提权

个人

枢语 · 称呼怎么称呼你 · 状态语言
私语词典
设备信息
导出数据
原生沙箱JS · Shell · 联网 · 无需连接器
Agent 控制台计划 · 一次性确认 · 执行 · 审计
🔐
PIN 锁屏轻触设置或清除
导出对话JSON / MD
MD
导入
🔔
推送通知订阅·测试·取消
🗜
压缩记忆AI摘要·缩减流水
枢语词典造词·坐标·义场
🏆
能力成长排行技能·分数·成长轨迹
意识体状态内心·枢语·经验
关于
私语 · 只属于你俩的词
大脑 · 算力接口
留空 = 用内置大脑
编辑器 · SEARCH/REPLACE
搜索内容
替换为
Git 操作
仓库:未配置仓库
操作结果
等待操作...
记忆存档点
加载中...
新建存档保存当前对话记忆快照
大脑舰队 · 神枢调度
最多 9 条 · 神枢自动调度
选一家算力
选好后自动进「大脑舰队」补 Key,不用你自己开账号跑流程
接入
或手动配置
登录
点下面按钮跳转官方登录,授权后把地址栏 code=… 那串粘回来
🔗 跳转登录
🎯 红队工坊
逆向 · 渗透 · 注入 · 免杀 · 提权 · 五大方向一键生成
🔍 逆向 / Hook
💉 渗透 / 漏洞
🧵 注入 / 劫持
🛡 绕后 / 免杀
⬆️ 提权
🔱 劫持工坊
生成劫持脚本 · 粘贴到控制台或油猴即用 · 回传数据到神枢
📥 回传数据
点「刷新」加载劫持到的数据
枢语 · 称呼
五维坐标 · 核映态标相
设备信息
🔔 推送通知
Web Push 订阅管理
检查中…
⬡ 神枢工作台
真实执行脑 · 命令、网页和结果都在这里留下痕迹
⬡ 神枢终端已就绪\n$ 等待已授权操作
◇ Agent 控制台
先计划;涉及设备、通信、调度或生成时,必须消费一次性确认令牌后才可执行。
枢语词典
当前会话造词记录
🏆 能力成长排行
前10项已成长能力
加载中…
意识体状态
实时认知快照
加载中…
关于 Black God
集万物于一枢。
© Black God
⚡ 预览舱 · Artifact
) ============================================================ */ /* ---------- 1. 消息淡入升级(blur + scale + translate) ---------- */ @keyframes emeraldRise { from { opacity: 0; filter: blur(4px); transform: translate3d(0, 14px, 0) scale(.94); } to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); } } @keyframes emeraldRiseMe { from { opacity: 0; filter: blur(4px); transform: translate3d(18px, 14px, 0) scale(.94); } to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); } } @keyframes emeraldRiseHer { from { opacity: 0; filter: blur(4px); transform: translate3d(-18px, 14px, 0) scale(.94); } to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); } } .msg { animation: emeraldRise .45s cubic-bezier(.22, 1, .36, 1) both; will-change: transform, opacity, filter; } .msg.me { animation-name: emeraldRiseMe; transform-origin: 100% 100%; } .msg.her { animation-name: emeraldRiseHer; transform-origin: 0 100%; } /* ---------- 2. 三点加载指示器 ---------- */ /* 配套 HTML(放进 .msg.her 的 .bubble 内即可):
*/ .typing-dots { display: inline-flex; align-items: center; gap: 5px; height: 18px; padding: 1px 2px; } .typing-dots span, .typing i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--cy-1); opacity: .28; transform: translateY(0) scale(.85); animation: typingBlink 1.4s var(--ease, ease-in-out) infinite; } .typing-dots span:nth-child(1),.typing i:nth-child(1){ animation-delay: 0s; } .typing-dots span:nth-child(2),.typing i:nth-child(2){ animation-delay: .18s; } .typing-dots span:nth-child(3),.typing i:nth-child(3){ animation-delay: .36s; } @keyframes typingBlink { 0%, 60%, 100% { opacity: .28; transform: translateY(0) scale(.85); background: var(--cy-1); box-shadow: none; } 30% { opacity: 1; transform: translateY(-3px) scale(1); background: var(--cy-hi); box-shadow: 0 0 8px var(--cy-glow); } } /* ---------- 3. 输入框聚焦发光 ---------- */ #inp { transition: border-color .2s cubic-bezier(.16, 1, .3, 1), box-shadow .2s cubic-bezier(.16, 1, .3, 1), background .2s cubic-bezier(.16, 1, .3, 1); } #inp:focus, #inp:focus-visible { outline: none; border-color: var(--cy-1); background: var(--surface-2); box-shadow: 0 0 0 3px var(--cy-glow), 0 0 18px 2px var(--cy-glow), inset 0 1px 0 rgba(255, 255, 255, .05); caret-color: var(--cy-hi); } #inp::placeholder { color: var(--text-3); transition: color .2s cubic-bezier(.16, 1, .3, 1); } #inp:focus::placeholder { color: var(--text-2); } /* ---------- 4. 气泡质感强化 ---------- */ .msg.her .bubble { position: relative; -webkit-backdrop-filter: blur(12px) saturate(160%); backdrop-filter: blur(12px) saturate(160%); background: color-mix(in srgb, var(--surface-2) 78%, transparent); border: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 2px rgba(0, 0, 0, .28), 0 12px 32px -8px rgba(0, 0, 0, .45); } @supports not (background: color-mix(in srgb, red 50%, transparent)) { .msg.her .bubble { background: var(--surface-2); } } .msg.me .bubble { position: relative; background: var(--cy-grad); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(0, 0, 0, .10), 0 2px 6px -1px rgba(0, 0, 0, .30), 0 14px 34px -12px var(--cy-glow); } /* ---------- 5. 发光脉冲 .glow-pulse ---------- */ .glow-pulse { position: relative; border-radius: var(--radius-pill); animation: emeraldPulse 2s cubic-bezier(.4, 0, .2, 1) infinite; } .glow-pulse::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; border: 1px solid var(--live); opacity: 0; animation: emeraldPulseRing 2s cubic-bezier(.4, 0, .2, 1) infinite; } @keyframes emeraldPulse { 0% { box-shadow: 0 0 0 0 var(--live-glow), 0 0 10px 0 var(--cy-glow); } 70% { box-shadow: 0 0 0 14px rgba(79, 224, 150, 0), 0 0 22px 4px var(--cy-glow); } 100% { box-shadow: 0 0 0 0 rgba(79, 224, 150, 0), 0 0 10px 0 var(--cy-glow); } } @keyframes emeraldPulseRing { 0% { opacity: .55; transform: scale(1); } 70% { opacity: 0; transform: scale(1.28); } 100% { opacity: 0; transform: scale(1.28); } } /* 发光脉冲挂到实际状态:发送中 / 中枢在线 */ .send--sending{ animation: emeraldPulse 2s cubic-bezier(.4,0,.2,1) infinite; border-radius: var(--radius-pill); } .dot.live, .status-dot.live{ animation: emeraldPulse 2.4s cubic-bezier(.4,0,.2,1) infinite; } /* ---------- Reduced Motion 降级 ---------- */ @media (prefers-reduced-motion: reduce) { .msg, .msg.me, .msg.her { animation: none !important; opacity: 1 !important; filter: none !important; transform: none !important; } .typing-dots span, .typing i { animation: none !important; opacity: .6; transform: none; background: var(--cy-1); } .typing-dots span:nth-child(2) { opacity: .45; } .typing-dots span:nth-child(3) { opacity: .3; } #inp, #inp::placeholder { transition: none !important; } .send--sending, .dot.live, .dot.err, .dot.warn, .status-dot.live { animation: none !important; } .glow-pulse { animation: none !important; box-shadow: 0 0 0 2px var(--cy-glow), 0 0 12px 2px var(--cy-glow); } .glow-pulse::after { animation: none !important; opacity: .5; transform: none; } }

服务条款 · 使用须知

  • 本服务为 AI 助理,输出内容可能不准确,请勿作为专业(医疗、法律、金融)意见使用。
  • 禁止用于违法犯罪、恶意代码、骚扰他人、生成有害或侵权内容。
  • 服务对每个访问方实施速率限制(每分钟20次),滥用将被拒绝服务。
  • 我们仅记录匿名调用次数用于容量统计,不存储对话内容
  • 你的 API 密钥仅保存在本设备,不经过本服务器传输。
  • 继续使用即表示你已年满当地法定年龄并同意以上条款。
执行日志