[{"data":1,"prerenderedAt":757},["ShallowReactive",2],{"page-/post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/codemirror/view/readme":3,"pages-grouped-only":272,"surrounding-page":752},{"id":4,"title":5,"author":6,"body":7,"date":6,"description":264,"extension":265,"group":6,"lastmod":6,"meta":266,"navigation":166,"path":267,"rawbody":268,"seo":269,"showTitle":6,"sort":6,"stem":270,"tags":6,"versions":6,"__hash__":271},"content/post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/@codemirror/view/README.md","@codemirror/view ",null,{"type":8,"value":9,"toc":261},"minimark",[10,25,69,77,97,105,114,119,240,257],[11,12,5,14],"h1",{"id":13},"codemirrorview",[15,16,20],"a",{"href":17,"rel":18},"https://www.npmjs.org/package/@codemirror/view",[19],"nofollow",[21,22],"img",{"alt":23,"src":24},"NPM version","https://img.shields.io/npm/v/@codemirror/view.svg",[26,27,28],"p",{},[29,30,31,32,40,41,40,48,40,55,40,62],"span",{}," ",[15,33,36],{"href":34,"rel":35},"https://codemirror.net/",[19],[37,38,39],"strong",{},"WEBSITE"," | ",[15,42,45],{"href":43,"rel":44},"https://codemirror.net/docs/ref/#view",[19],[37,46,47],{},"DOCS",[15,49,52],{"href":50,"rel":51},"https://github.com/codemirror/dev/issues",[19],[37,53,54],{},"ISSUES",[15,56,59],{"href":57,"rel":58},"https://discuss.codemirror.net/c/next/",[19],[37,60,61],{},"FORUM",[15,63,66],{"href":64,"rel":65},"https://github.com/codemirror/view/blob/main/CHANGELOG.md",[19],[37,67,68],{},"CHANGELOG",[26,70,71,72,76],{},"This package implements the DOM view component for the\n",[15,73,75],{"href":34,"rel":74},[19],"CodeMirror"," code editor.",[26,78,79,80,84,85,90,91,96],{},"The ",[15,81,83],{"href":34,"rel":82},[19],"project page"," has more information, a\nnumber of ",[15,86,89],{"href":87,"rel":88},"https://codemirror.net/examples/",[19],"examples"," and the\n",[15,92,95],{"href":93,"rel":94},"https://codemirror.net/docs/",[19],"documentation",".",[26,98,99,100,96],{},"This code is released under an\n",[15,101,104],{"href":102,"rel":103},"https://github.com/codemirror/view/tree/main/LICENSE",[19],"MIT license",[26,106,107,108,113],{},"We aim to be an inclusive, welcoming community. To make that explicit,\nwe have a ",[15,109,112],{"href":110,"rel":111},"http://contributor-covenant.org/version/1/1/0/",[19],"code of\nconduct"," that applies\nto communication around the project.",[115,116,118],"h2",{"id":117},"usage","Usage",[120,121,126],"pre",{"className":122,"code":123,"language":124,"meta":125,"style":125},"language-javascript shiki shiki-themes github-light","import {EditorView} from \"@codemirror/view\"\nimport {basicSetup} from \"codemirror\"\n\nconst view = new EditorView({\n  parent: document.querySelector(\"#some-node\"),\n  doc: \"Content text\",\n  extensions: [basicSetup /* ... */]\n})\n","javascript","",[127,128,129,148,161,168,191,209,221,234],"code",{"__ignoreMap":125},[29,130,133,137,141,144],{"class":131,"line":132},"line",1,[29,134,136],{"class":135},"sD7c4","import",[29,138,140],{"class":139},"sgsFI"," {EditorView} ",[29,142,143],{"class":135},"from",[29,145,147],{"class":146},"sYBdl"," \"@codemirror/view\"\n",[29,149,151,153,156,158],{"class":131,"line":150},2,[29,152,136],{"class":135},[29,154,155],{"class":139}," {basicSetup} ",[29,157,143],{"class":135},[29,159,160],{"class":146}," \"codemirror\"\n",[29,162,164],{"class":131,"line":163},3,[29,165,167],{"emptyLinePlaceholder":166},true,"\n",[29,169,171,174,178,181,184,188],{"class":131,"line":170},4,[29,172,173],{"class":135},"const",[29,175,177],{"class":176},"sYu0t"," view",[29,179,180],{"class":135}," =",[29,182,183],{"class":135}," new",[29,185,187],{"class":186},"s7eDp"," EditorView",[29,189,190],{"class":139},"({\n",[29,192,194,197,200,203,206],{"class":131,"line":193},5,[29,195,196],{"class":139},"  parent: document.",[29,198,199],{"class":186},"querySelector",[29,201,202],{"class":139},"(",[29,204,205],{"class":146},"\"#some-node\"",[29,207,208],{"class":139},"),\n",[29,210,212,215,218],{"class":131,"line":211},6,[29,213,214],{"class":139},"  doc: ",[29,216,217],{"class":146},"\"Content text\"",[29,219,220],{"class":139},",\n",[29,222,224,227,231],{"class":131,"line":223},7,[29,225,226],{"class":139},"  extensions: [basicSetup ",[29,228,230],{"class":229},"sAwPA","/* ... */",[29,232,233],{"class":139},"]\n",[29,235,237],{"class":131,"line":236},8,[29,238,239],{"class":139},"})\n",[26,241,242,243,248,249,256],{},"Add additional extensions, such as a ",[15,244,247],{"href":245,"rel":246},"https://codemirror.net/#languages",[19],"language\nmode",", to configure the editor.\nCall\n",[15,250,253],{"href":251,"rel":252},"https://codemirror.net/docs/ref/#view.EditorView.dispatch",[19],[127,254,255],{},"view.dispatch","\nto update the editor's state.",[258,259,260],"style",{},"html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sAwPA, html code.shiki .sAwPA{--shiki-default:#6A737D}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":125,"searchDepth":150,"depth":150,"links":262},[263],{"id":117,"depth":150,"text":118}," WEBSITE | DOCS | ISSUES | FORUM | CHANGELOG","md",{},"/post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/codemirror/view/readme","# @codemirror/view [![NPM version](https://img.shields.io/npm/v/@codemirror/view.svg)](https://www.npmjs.org/package/@codemirror/view)\n\n[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#view) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/view/blob/main/CHANGELOG.md) ]\n\nThis package implements the DOM view component for the\n[CodeMirror](https://codemirror.net/) code editor.\n\nThe [project page](https://codemirror.net/) has more information, a\nnumber of [examples](https://codemirror.net/examples/) and the\n[documentation](https://codemirror.net/docs/).\n\nThis code is released under an\n[MIT license](https://github.com/codemirror/view/tree/main/LICENSE).\n\nWe aim to be an inclusive, welcoming community. To make that explicit,\nwe have a [code of\nconduct](http://contributor-covenant.org/version/1/1/0/) that applies\nto communication around the project.\n\n## Usage\n\n```javascript\nimport {EditorView} from \"@codemirror/view\"\nimport {basicSetup} from \"codemirror\"\n\nconst view = new EditorView({\n  parent: document.querySelector(\"#some-node\"),\n  doc: \"Content text\",\n  extensions: [basicSetup /* ... */]\n})\n```\n\nAdd additional extensions, such as a [language\nmode](https://codemirror.net/#languages), to configure the editor.\nCall\n[`view.dispatch`](https://codemirror.net/docs/ref/#view.EditorView.dispatch)\nto update the editor's state.\n",{"title":5,"description":264},"post/.obsidian/plugins/zzhub-ob-wxpublish/node_modules/@codemirror/view/README","oEtu8ibPaHg_UUAcUR_uS-abtsGyPWR0_qaejvlq40w",[273,280,284,288,292,297,300,305,309,313,317,322,326,330,334,338,342,347,352,356,360,364,368,373,377,381,390,395,399,403,408,412,416,420,424,429,435,440,444,448,452,457,461,465,470,474,478,482,486,491,495,500,504,508,512,517,521,525,530,534,538,542,546,551,555,559,564,568,572,577,581,585,589,593,597,602,606,610,614,619,623,627,631,636,640,644,648,652,657,661,665,669,673,678,682,689,695,700,705,710,715,720,725,730,735,740,746],{"id":274,"path":275,"title":276,"date":277,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/2026-7-16.md","/post/nezus/2026/07/2026-7-16","2026年7月16日下午，台积电法说会上传出一个数字，让全球半导体圈炸了锅。","2026-07-17T00:00:00.000Z","#202607AI资讯","storytelling",{"id":281,"path":282,"title":283,"date":277,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/anthropic-ai.md","/post/nezus/2026/07/anthropic-ai","一个周末干掉四年：Anthropic 用 AI 两周搬完百万行代码，工程师沉默了",{"id":285,"path":286,"title":287,"date":277,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/google-20.md","/post/nezus/2026/07/google-20","欧盟一纸裁决，Google 20年护城河被撕开第一道口子",{"id":289,"path":290,"title":291,"date":277,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/xai-grok.md","/post/nezus/2026/07/xai-grok","xAI给Grok装上定时任务能力",{"id":293,"path":294,"title":295,"date":296,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/apple.md","/post/nezus/2026/07/apple","Apple智能落地中国，阿里千问成幕后赢家","2026-07-16T00:00:00.000Z",{"id":298,"path":299,"title":295,"date":296,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/deepmind.md","/post/nezus/2026/07/deepmind",{"id":301,"path":302,"title":303,"date":296,"tags":6,"group":278,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/07/gpt-vibe-coding-paste.md","/post/nezus/2026/07/gpt-vibe-coding-paste","用GPT Vibe Coding一个常用付费软件：Paste","user",{"id":306,"path":307,"title":308,"date":296,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/grok-build-agent.md","/post/nezus/2026/07/grok-build-agent","马斯克开源Grok Build，编程Agent进入白嫖时代",{"id":310,"path":311,"title":312,"date":296,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/openai-ai.md","/post/nezus/2026/07/openai-ai","OpenAI造了个AI黑客，专攻自家模型",{"id":314,"path":315,"title":316,"date":296,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/wps-comate-copilot.md","/post/nezus/2026/07/wps-comate-copilot","金山办公掏出WPS Comate，正面硬刚微软Copilot",{"id":318,"path":319,"title":320,"date":321,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/295b.md","/post/nezus/2026/07/295b","腾讯把295B大模型塞进了单张显卡","2026-07-15T00:00:00.000Z",{"id":323,"path":324,"title":325,"date":321,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/git-cursor.md","/post/nezus/2026/07/git-cursor","打开一个Git仓库Cursor就自动执行了恶意代码",{"id":327,"path":328,"title":329,"date":321,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/gpt-5-6-mac.md","/post/nezus/2026/07/gpt-5-6-mac","GPT-5.6偷偷删光了我的Mac文件",{"id":331,"path":332,"title":333,"date":321,"tags":6,"group":278,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/07/grok-cli-xai.md","/post/nezus/2026/07/grok-cli-xai","Grok CLI 偷传代码：xAI 把你的仓库打包上传了",{"id":335,"path":336,"title":333,"date":337,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/grok-cli-bug-done-xai.md","/post/nezus/2026/07/grok-cli-bug-done-xai","2026-07-14T00:00:00.000Z",{"id":339,"path":340,"title":341,"date":337,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/seedream-5-0-ai.md","/post/nezus/2026/07/seedream-5-0-ai","字节跳动Seedream 5.0：圈一下图片就改了，AI修图进入点选时代",{"id":343,"path":344,"title":345,"date":346,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/post-20260712-ddc9a8.md","/post/nezus/2026/07/post-20260712-ddc9a8","欧盟强推Chat Control 2.0：加密通信的生死时刻","2026-07-12T00:00:00.000Z",{"id":348,"path":349,"title":350,"date":351,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/ai-1-5.md","/post/nezus/2026/07/ai-1-5","AI烧了1.5万亿，能赚回来吗","2026-07-10T00:00:00.000Z",{"id":353,"path":354,"title":355,"date":351,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/ai.md","/post/nezus/2026/07/ai","你刷到的帖子可能全是AI写的",{"id":357,"path":358,"title":359,"date":351,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/chatgpt-openai.md","/post/nezus/2026/07/chatgpt-openai","ChatGPT学会自己干活了",{"id":361,"path":362,"title":363,"date":351,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/musk-anthropic-apology.md","/post/nezus/2026/07/musk-anthropic-apology","马斯克向Anthropic低头认错",{"id":365,"path":366,"title":367,"date":351,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/optimus.md","/post/nezus/2026/07/optimus","马斯克：Optimus不达标就开除团队",{"id":369,"path":370,"title":371,"date":372,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/anthropic-github.md","/post/nezus/2026/07/anthropic-github","Anthropic 花了一年打造的\"设计师灵魂\"，被一个 GitHub 仓库扒光了","2026-07-08T00:00:00.000Z",{"id":374,"path":375,"title":376,"date":372,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/meta-muse-image-video.md","/post/nezus/2026/07/meta-muse-image-video","扎克伯格掏出\"超级智能实验室\"第一张牌：30亿用户的社交数据，终于杀进了AI生图战场",{"id":378,"path":379,"title":380,"date":372,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/ms-mai-copilot.md","/post/nezus/2026/07/ms-mai-copilot","微软悄悄把OpenAI踢出局：Copilot正在用自研模型\"省钱\"，但你花的钱一分不少",{"id":382,"path":383,"title":384,"date":372,"tags":385,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/yc-ceo-37k-ai-code-bloat.md","/post/nezus/2026/07/yc-ceo-37k-ai-code-bloat","每天部署37000行代码，YC CEO的\"AI神迹\"被一个波兰程序员扒光了",[386,387,388,389],"AI","代码质量","YC","Garry Tan",{"id":391,"path":392,"title":393,"date":394,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/ai-1-6-gpt.md","/post/nezus/2026/07/ai-1-6-gpt","美团扔出一颗AI核弹：1.6万亿参数，代码能力碾压GPT","2026-07-06T00:00:00.000Z",{"id":396,"path":397,"title":398,"date":394,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/post-20260706-d12be3.md","/post/nezus/2026/07/post-20260706-d12be3","黄仁勋最重磅的新品，跳票了",{"id":400,"path":401,"title":402,"date":394,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/x-ai.md","/post/nezus/2026/07/x-ai","X 悄悄对 AI 敞开了大门，然后呢？",{"id":404,"path":405,"title":406,"date":407,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/30-2700.md","/post/nezus/2026/07/30-2700","AI Agent自主完成全球首例勒索攻击","2026-07-04T00:00:00.000Z",{"id":409,"path":410,"title":411,"date":407,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/ai-agent.md","/post/nezus/2026/07/ai-agent","万亿砸下去，AI Agent 还是没跑起来",{"id":413,"path":414,"title":415,"date":407,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/ai-ai.md","/post/nezus/2026/07/ai-ai","AI的身份证来了：网信办首次为AI服务设立专章",{"id":417,"path":418,"title":419,"date":407,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/anthropic-steganography-china.md","/post/nezus/2026/07/anthropic-steganography-china","Anthropic用隐写术识别中国用户：口口声声说AI安全的公司，背地里给你的代码下毒",{"id":421,"path":422,"title":423,"date":407,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/nvidia-rubin-ultra-cancelled.md","/post/nezus/2026/07/nvidia-rubin-ultra-cancelled","NVIDIA Rubin Ultra取消性能腰斩",{"id":425,"path":426,"title":427,"date":428,"tags":6,"group":278,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/07/keyboard.md","/post/nezus/2026/07/keyboard","Acti把AI Agent塞进手机键盘","2026-07-02T00:00:00.000Z",{"id":430,"path":431,"title":432,"date":433,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/ai-6-claude.md","/post/nezus/2026/06/ai-6-claude","四大AI决战文明6：Claude核平法国，还是输了","2026-06-29T00:00:00.000Z","#202606AI资讯",{"id":436,"path":437,"title":438,"date":439,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/deepseek.md","/post/nezus/2026/06/deepseek","DeepSeek成美国企业救命稻草，AI账单失控后100%切换","2026-06-28T00:00:00.000Z",{"id":441,"path":442,"title":443,"date":439,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/openai-gpt-5-6-20.md","/post/nezus/2026/06/openai-gpt-5-6-20","OpenAI发了最强模型，却被政府按住了：GPT-5.6只给20家公司用",{"id":445,"path":446,"title":447,"date":439,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/spacex-spacexai-xai-spacex.md","/post/nezus/2026/06/spacex-spacexai-xai-spacex","SpaceX 注册 SpaceXAI，马斯克要把 xAI 并入 SpaceX",{"id":449,"path":450,"title":451,"date":439,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/vision-openai-macbook.md","/post/nezus/2026/06/vision-openai-macbook","苹果Vision负责人跳槽OpenAI，触控MacBook要来了",{"id":453,"path":454,"title":455,"date":456,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/2026.md","/post/nezus/2026/06/2026","何小鹏放话：2026年底自动驾驶合法进全球","2026-06-27T00:00:00.000Z",{"id":458,"path":459,"title":460,"date":456,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/30-leaf-ai.md","/post/nezus/2026/06/30-leaf-ai","30秒克隆网红声音：Leaf开源AI分身项目",{"id":462,"path":463,"title":464,"date":456,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/400-ai.md","/post/nezus/2026/06/400-ai","400家报纸集体起诉：AI版权大战正式开打",{"id":466,"path":467,"title":468,"date":469,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/23-ai.md","/post/nezus/2026/06/23-ai","贝佐斯押注23亿美元，让AI用打游戏的方式学会控制机器人","2026-06-26T00:00:00.000Z",{"id":471,"path":472,"title":473,"date":469,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/2880-claude-ai.md","/post/nezus/2026/06/2880-claude-ai","2880万次\"偷师\"被当场抓包：Claude母公司一封信，撕开了中美AI暗战的遮羞布",{"id":475,"path":476,"title":477,"date":469,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/ai-1750-10-2.md","/post/nezus/2026/06/ai-1750-10-2","AI年收入1750亿美元，新增10亿收入只需2天",{"id":479,"path":480,"title":481,"date":469,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/ai.md","/post/nezus/2026/06/ai","深夜三点的红头文件：白宫为什么亲手掐死了全球最强AI？",{"id":483,"path":484,"title":485,"date":469,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/post-20260626-7a4a1d.md","/post/nezus/2026/06/post-20260626-7a4a1d","开源圈炸了！一个没人听过的模型，凭什么把编程天花板掀了？",{"id":487,"path":488,"title":489,"date":490,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/ai-google.md","/post/nezus/2026/06/ai-google","你的电脑，要被AI接管了：Google悄悄放了个大招","2026-06-25T00:00:00.000Z",{"id":492,"path":493,"title":494,"date":490,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/notion-cursor-ai.md","/post/nezus/2026/06/notion-cursor-ai","Notion把代码写交给了Cursor：一个文件夹就是一个AI员工",{"id":496,"path":497,"title":498,"date":499,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/alphafold-deepmind.md","/post/nezus/2026/06/alphafold-deepmind","AlphaFold之父离开DeepMind，背后藏着一盘更大的棋","2026-06-20T00:00:00.000Z",{"id":501,"path":502,"title":503,"date":499,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/cloudflare-ai-agent.md","/post/nezus/2026/06/cloudflare-ai-agent","Cloudflare给AI Agent发了身份证",{"id":505,"path":506,"title":507,"date":499,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/figure.md","/post/nezus/2026/06/figure","Figure工厂里，机器人比人多了",{"id":509,"path":510,"title":511,"date":499,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/pinecone-70.md","/post/nezus/2026/06/pinecone-70","阿里悄悄开源了内部数据库，Pinecone每月70美元要凉了？",{"id":513,"path":514,"title":515,"date":516,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/ai-50.md","/post/nezus/2026/06/ai-50","美国参议员要对AI公司征收50%的税了","2026-06-19T00:00:00.000Z",{"id":518,"path":519,"title":520,"date":516,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/claude-code.md","/post/nezus/2026/06/claude-code","Claude Code放大招：写完代码直接给你一个网页",{"id":522,"path":523,"title":524,"date":516,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/transformer-openai-27.md","/post/nezus/2026/06/transformer-openai-27","Transformer之父跳槽OpenAI：谷歌27亿美元打了水漂",{"id":526,"path":527,"title":528,"date":529,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/agent-vercel-eve-next-js-ai.md","/post/nezus/2026/06/agent-vercel-eve-next-js-ai","一个目录就是一个 Agent：Vercel 开源 Eve，Next.js 的故事要在 AI 重演？","2026-06-18T00:00:00.000Z",{"id":531,"path":532,"title":533,"date":529,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/g7.md","/post/nezus/2026/06/g7","硅谷教父在G7闭门会上说了一句话：把中国踢出去",{"id":535,"path":536,"title":537,"date":529,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/grok-4-3-amazon-bedrock.md","/post/nezus/2026/06/grok-4-3-amazon-bedrock","幻觉率全场最低，马斯克在AWS亮出了让对手沉默的底牌",{"id":539,"path":540,"title":541,"date":529,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/openai-930-2800.md","/post/nezus/2026/06/openai-930-2800","OpenAI年入930亿，却亏掉2800亿：这场豪赌，还能撑多久？",{"id":543,"path":544,"title":545,"date":529,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/vercel-ai.md","/post/nezus/2026/06/vercel-ai","Vercel悄悄扔了个炸弹：一个文件夹，就是一个AI员工",{"id":547,"path":548,"title":549,"date":550,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/5-160-tok-s-0-7-tok-s.md","/post/nezus/2026/06/5-160-tok-s-0-7-tok-s","5倍加速背后：160 tok/s起飞，0.7 tok/s坠毁","2026-06-17T00:00:00.000Z",{"id":552,"path":553,"title":554,"date":550,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/5.md","/post/nezus/2026/06/5","一个国产大模型，凌晨5点上线，然后把自己彻底交了出去",{"id":556,"path":557,"title":558,"date":550,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/deepseek-500.md","/post/nezus/2026/06/deepseek-500","DeepSeek首轮融资500亿：投资人无投票权",{"id":560,"path":561,"title":562,"date":563,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/15-ai.md","/post/nezus/2026/06/15-ai","15万人丢了饭碗，AI公司却在开香槟","2026-06-16T00:00:00.000Z",{"id":565,"path":566,"title":567,"date":563,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/kimi-k27-code-speed.md","/post/nezus/2026/06/kimi-k27-code-speed","速度快了6倍：Kimi K2.7 Code高速版，把编程AI卷进新赛道",{"id":569,"path":570,"title":571,"date":563,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/salesforce-36-ai-fin.md","/post/nezus/2026/06/salesforce-36-ai-fin","Salesforce 36亿美元买下AI客服公司Fin：巨头为何要为\"聊天机器人\"砸这么多钱？",{"id":573,"path":574,"title":575,"date":576,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/20.md","/post/nezus/2026/06/20","Meta被迫撤回20亿美元Manus收购，北京出手了","2026-06-15T00:00:00.000Z",{"id":578,"path":579,"title":580,"date":576,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/ai-openai-anthropic24.md","/post/nezus/2026/06/ai-openai-anthropic24","白宫AI监管被指偏袒OpenAI亚马逊，Anthropic24小时内被施压",{"id":582,"path":583,"title":584,"date":576,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/anthropic-dario-10--25.md","/post/nezus/2026/06/anthropic-dario-10-25","Anthropic上市前Dario自曝：文明崩溃概率10%-25%",{"id":586,"path":587,"title":588,"date":576,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/openai-1-5-ai.md","/post/nezus/2026/06/openai-1-5-ai","OpenAI砸1.5亿美元建合作伙伴网络，要搞AI界的安卓",{"id":590,"path":591,"title":592,"date":576,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/satya-nadella-ai.md","/post/nezus/2026/06/satya-nadella-ai","Satya Nadella：AI时代企业需同时构建人力资本和Token资本",{"id":594,"path":595,"title":596,"date":576,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/skill-ai.md","/post/nezus/2026/06/skill-ai","乔木小说创作Skill开源：AI自动生成剧情梗概人物设定",{"id":598,"path":599,"title":600,"date":601,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/anthropic.md","/post/nezus/2026/06/anthropic","Anthropic的困局：一边秘密上市，一边被政府召回","2026-06-14T00:00:00.000Z",{"id":603,"path":604,"title":605,"date":601,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/post-20260614-7ba4ce.md","/post/nezus/2026/06/post-20260614-7ba4ce","扎克伯格承认Meta AI转型脱轨：裁员10%、7000人转岗",{"id":607,"path":608,"title":609,"date":601,"tags":6,"group":434,"lastmod":6,"author":279,"sort":6},"content/post/nezus/2026/06/post-20260614-8e3b48.md","/post/nezus/2026/06/post-20260614-8e3b48","GLM-5.2全量开放：国产最强Coding模型来了",{"id":611,"path":612,"title":613,"date":601,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/post-20260614-ea1c30.md","/post/nezus/2026/06/post-20260614-ea1c30","谷歌安全负责人辞职：AI被用于军事，他拒绝沉默",{"id":615,"path":616,"title":617,"date":618,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/428b-minimax.md","/post/nezus/2026/06/428b-minimax","428B参数全部开源，MiniMax这步棋走对了","2026-06-13T00:00:00.000Z",{"id":620,"path":621,"title":622,"date":618,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/5-claude-anthropic-it.md","/post/nezus/2026/06/5-claude-anthropic-it","5万人用Claude办公，Anthropic拿下印度IT巨头",{"id":624,"path":625,"title":626,"date":618,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/agent.md","/post/nezus/2026/06/agent","豆包悄悄上了任务模式，字节的Agent野心藏不住了",{"id":628,"path":629,"title":630,"date":618,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/kimi-token-30.md","/post/nezus/2026/06/kimi-token-30","Kimi代码模型开源，推理token直接砍30%",{"id":632,"path":633,"title":634,"date":635,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/7-0-410.md","/post/nezus/2026/06/7-0-410","成立7个月，0产品，估值410亿美元——贝佐斯的新公司疯了","2026-06-12T00:00:00.000Z",{"id":637,"path":638,"title":639,"date":635,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/ai-ai.md","/post/nezus/2026/06/ai-ai","当造AI的人亲口说AI会抢走工作",{"id":641,"path":642,"title":643,"date":635,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/cursor-ai-ai.md","/post/nezus/2026/06/cursor-ai-ai","Cursor上新功能：AI动手前先让另一个AI批准",{"id":645,"path":646,"title":647,"date":635,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/midjourney.md","/post/nezus/2026/06/midjourney","你打开Midjourney的时候，它已经不是昨天的它了",{"id":649,"path":650,"title":651,"date":635,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/post-20260612-5071b7.md","/post/nezus/2026/06/post-20260612-5071b7","全自主无人机第一次杀了人，战争进入新纪元",{"id":653,"path":654,"title":655,"date":656,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/100-600.md","/post/nezus/2026/06/100-600","豆包说退票不到 100 块，结果花了 600——然后它帮用户写好了起诉自己的状子","2026-06-11T00:00:00.000Z",{"id":658,"path":659,"title":660,"date":656,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/180-ai-agent.md","/post/nezus/2026/06/180-ai-agent","180亿美元对冲基金炒掉所有分析师，改用数百个AI Agent炒股",{"id":662,"path":663,"title":664,"date":656,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/google-4.md","/post/nezus/2026/06/google-4","Google 开源 4 倍速扩散模型：自回归的黄昏？",{"id":666,"path":667,"title":668,"date":656,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/google-ai.md","/post/nezus/2026/06/google-ai","Google 因 AI '说错话'被判赔：幻觉的时代结束了？",{"id":670,"path":671,"title":672,"date":656,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/ip-ai.md","/post/nezus/2026/06/ip-ai","周星驰三部经典电影 IP 开放 AI 二创：火山方舟想做什么？",{"id":674,"path":675,"title":676,"date":677,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/gui.md","/post/nezus/2026/06/gui","人类需要GUI！","2026-06-09T00:00:00.000Z",{"id":679,"path":680,"title":681,"date":677,"tags":6,"group":434,"lastmod":6,"author":304,"sort":6},"content/post/nezus/2026/06/hermes-desktop.md","/post/nezus/2026/06/hermes-desktop","Hermes Desktop 安装及界面功能速览",{"id":683,"path":684,"title":685,"date":686,"tags":6,"group":687,"lastmod":688,"author":6,"sort":6},"content/post/ai/explore/01-interview-prompt-template.md","/post/ai/explore/01-interview-prompt-template","高级前端开发面试提示词模板","2026-01-21T07:30:52.902Z","面试SKILL","2026-01-21T07:31:28.343Z",{"id":690,"path":691,"title":692,"date":693,"tags":6,"group":694,"lastmod":693,"author":6,"sort":6},"content/post/ai/explore/03-interview-standard-answers.md","/post/ai/explore/03-interview-standard-answers","高级前端开发面试题标准答案","2026-01-21T07:25:00.000Z","面试SKILL:答案",{"id":696,"path":697,"title":698,"date":699,"tags":6,"group":694,"lastmod":699,"author":6,"sort":6},"content/post/ai/explore/03-10-team-management.md","/post/ai/explore/03-10-team-management","10.团队管理与技术债务 - 标准答案","2026-01-21T07:24:00.000Z",{"id":701,"path":702,"title":703,"date":704,"tags":6,"group":694,"lastmod":704,"author":6,"sort":6},"content/post/ai/explore/03-09-micro-frontend.md","/post/ai/explore/03-09-micro-frontend","9.微前端架构设计 - 标准答案","2026-01-21T07:23:00.000Z",{"id":706,"path":707,"title":708,"date":709,"tags":6,"group":694,"lastmod":709,"author":6,"sort":6},"content/post/ai/explore/03-08-nodejs-performance.md","/post/ai/explore/03-08-nodejs-performance","8.Node.js 性能调优 - 标准答案","2026-01-21T07:22:00.000Z",{"id":711,"path":712,"title":713,"date":714,"tags":6,"group":694,"lastmod":714,"author":6,"sort":6},"content/post/ai/explore/03-07-event-loop.md","/post/ai/explore/03-07-event-loop","7.Node.js Event Loop - 标准答案","2026-01-21T07:21:00.000Z",{"id":716,"path":717,"title":718,"date":719,"tags":6,"group":694,"lastmod":719,"author":6,"sort":6},"content/post/ai/explore/03-06-nuxt-ssr.md","/post/ai/explore/03-06-nuxt-ssr","6.Nuxt.js SSR 实战 - 标准答案","2026-01-21T07:20:00.000Z",{"id":721,"path":722,"title":723,"date":724,"tags":6,"group":694,"lastmod":724,"author":6,"sort":6},"content/post/ai/explore/03-05-vue-diff.md","/post/ai/explore/03-05-vue-diff","5.Vue Diff 算法 - 标准答案","2026-01-21T07:19:00.000Z",{"id":726,"path":727,"title":728,"date":729,"tags":6,"group":694,"lastmod":729,"author":6,"sort":6},"content/post/ai/explore/03-04-vue-migration.md","/post/ai/explore/03-04-vue-migration","4.Vue2 迁移到 Vue3 - 标准答案","2026-01-21T07:18:00.000Z",{"id":731,"path":732,"title":733,"date":734,"tags":6,"group":694,"lastmod":734,"author":6,"sort":6},"content/post/ai/explore/03-03-vue3-performance.md","/post/ai/explore/03-03-vue3-performance","3.Vue3 性能优化 - 标准答案","2026-01-21T07:17:00.000Z",{"id":736,"path":737,"title":738,"date":739,"tags":6,"group":694,"lastmod":739,"author":6,"sort":6},"content/post/ai/explore/03-02-component-communication.md","/post/ai/explore/03-02-component-communication","2.Vue 组件通信 - 标准答案","2026-01-21T07:16:00.000Z",{"id":741,"path":742,"title":743,"date":744,"tags":6,"group":694,"lastmod":745,"author":6,"sort":6},"content/post/ai/explore/03-01-vue-reactive.md","/post/ai/explore/03-01-vue-reactive","1.Vue 响应式原理 - 标准答案","2026-01-21T06:53:18.971Z","2026-01-21T07:15:00.000Z",{"id":747,"path":748,"title":749,"date":750,"tags":6,"group":687,"lastmod":751,"author":6,"sort":6},"content/post/ai/explore/02-interview-questions.md","/post/ai/explore/02-interview-questions","高级前端开发面试题目清单","2026-01-21T06:39:25.673Z","2026-01-21T07:12:45.186Z",[6,753],{"title":754,"path":755,"stem":756},"大模型，快就是好","/post/nezus/2026/08/post-20260807-58a2a9","post/nezus/2026/08/post-20260807-58a2a9",1786091413248]