天天财经

一人抵一支AI军团!清华系「PilotDeck」横空出世 Token成本暴省75%

2026-09-11 09:04:42 网络 阅读(57)

在初代 Agent 集体卡关之际,清华团队近期低调开源全新智能体作业系统「PilotDeck」,迅速成为 AI 圈焦点。这款由清华大学 THUNLP 实验室、面壁智能、OpenBMB 与 AI9stars 联手打造的开源工具,被视为真正面向生产力的「Agent 协作舱」。

而曾经在 2026 年初爆红、创下 GitHub 最快夺星纪录的 AI 开源专案 OpenClaw(俗称小龙虾),如今热度却面临冰点。

相较 OpenClaw 偏向极客实验性质,PilotDeck 更强调多智能体协作、自动分工与高强度任务执行,可同时调度多个 AI 代理完成复杂工作流程,因此被不少开发者形容为「AI 军队指挥中心」,也让「1 个人操控 1 支 AI 团队」的概念开始真正落地。

小龙虾确实完成了它的历史使命,像一场飓风般把「智能体」的概念吹进大众视野,让所有人惊觉 AI 原来能主动替人类干活,而非只是个陪聊的聊天机器人。

然而,由于跑得太快,小龙虾来不及建立起足够深的代码壁垒与生态圈,终究没能成为智能体界的 Linux,迅速被拍死在沙滩上。

面对初代 Agent 难以落地、无法适应高强度生产力的困境,那些真正需要靠 AI 搞生产力的人,现在都在用什么时髦的新工具?答案就在最近低调上线的智能体作业系统「PilotDeck」。

超狂跨界:一边开奶茶店、一边画融资大萤幕

许多初代的 Agent 遇到复杂任务或跨领域工作就容易当机,但 PilotDeck 的表现却好得离谱。在实际测试中,开发者同时开辟了 2 个完全不同方向的独立 WorkSpace(工作舱)进行高负载运作。

在第 1 个工作舱里,测试人员只输入了 1 句简单的指令,要求做 1 个模拟经营奶茶店的小游戏,并包含进货、定价、排队系统,且顾客要能根据价格和口碑决定购买意愿。

PilotDeck 随即展现出惊人的规划能力,不仅当场拆解出游戏的核心循环,设计了 5 款奶茶的产品线,还自动写出清新卡片风的 UI 布局与关键的 JavaScript 模组。没过多久, 1 个精致且可线上试玩的奶茶游戏就诞生了。

同一个时间,另 1 个工作舱,测试人员丢进了 1 组全球 AI 公司的融资数据,要求制作 1 个带有动画效果、滑鼠悬停可看详情的互动式数据视觉化大屏。

PilotDeck 俐落地绘制出 4 个核心图表,将融资总额前 10 名、北美与欧洲及亚洲的融资占比、乃至通用与企业与生成式 AI 的赛道分布展现得一清二楚。

两个南辕北辙的任务同时在背景奔跑,1 个在写游戏代码,1 个在画数据图表,彼此互不干扰,效率高到令人咋舌。

为了进一步试探极限,测试人员又加开了第 3 个任务,要求制作 1 个包含 10 道题目、拥有科技感 GitHub 暗色主题风格的「程式设计师性格测试」应用。

PilotDeck 不仅设计出极度贴近开发者真实场景的趣味题目,还划分出架构师、搬砖侠、完美主义者等 6 种人格,甚至附带了精美的分享卡片。

这 3 大工作舱的跨度大到不可思议,但 PilotDeck 却能稳稳地各跑各的,展现出极强的多工协作实力。

给 AI 的「独立生存太空舱」

为什么 PilotDeck 能够做到如此完美的任务隔离?这得归功于它与市面上其他工具截然不同的 WorkSpace 架构。

虽然像 Claude Projects 或 Cursor Workspace 也有专案隔离的概念,但它们本质上只是「资料夹加上静态规则」,AI 的记忆看不见也改不了,技能无法随着使用而进化,甚至连 Token 成本也算不清。

PilotDeck 则是直接为每个专案建造了一个具备 3 层架构的完整「工作舱」。

底层是专属的档案系统,让专案档案与 AI 生成的内容拥有清晰的边界;中间层是专属记忆,包含了记录专案定义与进度的项目记忆,以及专门储存使用者交付偏好的协作反馈记忆,这一切都看得见、改得了,还能精准追溯来源。

最上层则是专属技能,用户可以在 Skill 应用程式商店中,1 键为做游戏的工作舱安装资源寻找工具,或为写文档的工作舱安装 PDF 处理工具。

在 PilotDeck 里,工作舱不再是死板的资料夹,而是 AI 赖以生存并持续进化的完整环境。

聪明路由让 Token 帐单直接砍 7 成

使用过 Agent 的开发者都知道一个公开的秘密:虽然用起来很痛快,但每个月最强模型的 API 帐单一来,烧起钱来简直比天天搭计程车还贵。

许多人为了省钱,不得不手动切换模型,简单问题用便宜模型,复杂问题才换贵模型,但这种手动切换的成本极其繁琐,还会严重干扰 AI 的上下文快取(KV-cache),导致推理效率不升反降。

为了解决这个硬核痛点,PilotDeck 开发了一套聪明的「智慧路由」机制。与市面上按单次请求切换模型的粗暴做法不同,PilotDeck 的路由是在「子 Agent」层级运作的。

当一个复杂任务被拆解成多个子任务后,负责该子任务的 Agent 会被分配到最合适的模型并 1 路跑到底。

这样一来,子 Agent 内部的上下文快取就能保持连续,不仅省下了大笔 Token 费用,更避免了频繁切换带来的效能损耗。

这套路由的调度规则也极为灵活,支援使用者以自然语言或自订规则进行调节,例如指定代码相关任务走 Claude、文字处理走便宜模型。

在实际的「程式设计师性格测试」测试中,未开启路由前需要花费近 11 美元,开启路由后实际仅花费 1.42 美元,瞬间省下了高达 75% 的成本。在更大规模的社群媒体内容生成测试中,同样也省下了近 7 成的费用。

而在多语言播客、金融分析等复杂场景下,这种「强模型带弱模型」的组合,甚至能以 1/6 的价格跑出超越单一强模型的效果。

此外,它还支援接入本地部署的模型,确保敏感数据完全不出本机,兼顾了隐私与性价比。

撬开 AI 的脑袋 记忆不听话就「手动修改」

在过去,Agent 的记忆对使用者而言就像黑盒子,AI 记住了什么、什么时候记的、记得到底对不对,通通无从得知。

PilotDeck 的记忆面板则彻底将记忆「白盒化」,每 1 条记忆都标注了时间戳记、来源路径与类型。如果发现 AI 记错了,使用者可以直接点进去修改,或是直接删除发生冲突的记忆,完全不需要重新启动对话或重新喂一遍偏好。

更受关注的是,PilotDeck 还引入了名为「Dream(梦境)」的后台整理机制。在系统空闲的时段,AI 会在后台自动回顾与整理自己的记忆,达到「白天工作、晚上消化」的效果。

如果 AI 在梦境整理中出现了差错,使用者还能一键回滚到整理前的状态。这种记忆透明化的设计,让 AI 在使用过程中变得越来越听话,使用者的偏好被实实在在地记录在系统中,下次执行任务时便能精准照办。

这款兼具独立工作舱、白盒化记忆与精算智慧路由的「六边形战士」,并未被锁在昂贵的付费墙后,而是大大方方地选择了完全开源。

不论是底层的路由逻辑,还是优雅的 Workspace 架构,所有代码都已毫无保留地呈现在开发者面前。

随着 PilotDeck 的开源,开发者们终于有了能真正投入实际生产线的利器,接管专属于自己的 AI 军团。

当前页面数据源:

{
  "settings": {
    "x-powered-by": true,
    "etag": "weak",
    "env": "prd",
    "query parser": "simple",
    "subdomain offset": 2,
    "trust proxy": true,
    "views": [
      "./view"
    ],
    "jsonp callback name": "callback",
    "view options": {
      "debug": false,
      "cache": true,
      "minimize": true,
      "filename": "/www/wwwroot/www.chiefbao.com/view/default/article.html"
    },
    "view engine": "html"
  },
  "template": "default",
  "domain": "www.chiefbao.com",
  "static_url": "/public/view/default/",
  "APP_VERSION": "3.6.0",
  "site": {
    "name": "天天财经",
    "logo": "/public/uploads/default/logo-heade.png",
    "domain": "www.chiefbao.com",
    "email": "[email protected]",
    "wx": null,
    "icp": "陇ICP备2026000567号-2",
    "code": "",
    "json": "",
    "title": "天天财经-提供金融入门知识-投资理财技巧",
    "keywords": "炒外汇入门,外汇投资入门,外汇交易新手,外汇新手入门",
    "description": "天天财经-专业为投资者提供外汇期货股票贵金属入门基础知识,新手炒外汇投资,期货投资,股票投资入门知识,同时提供外汇期货股票学习视频教程,软件下载,推荐书籍,分享炒外汇、炒股票、炒期货投资经验,是投资者理想的金融财经学习网站。",
    "template": "default",
    "uploadWay": "1"
  },
  "nav": [
    {
      "id": 10,
      "pid": 0,
      "name": "首页",
      "pinyin": "home",
      "path": "/home",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 32,
          "pid": 10,
          "name": "外汇平台排名",
          "pinyin": "platrange",
          "path": "/home/platrange",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 34,
          "pid": 10,
          "name": "保险",
          "pinyin": "baoxian",
          "path": "/home/baoxian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 48,
              "pid": 34,
              "name": "保险入门",
              "pinyin": "bxrm",
              "path": "/home/baoxian/bxrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 35,
          "pid": 10,
          "name": "贵金属",
          "pinyin": "guijinshu",
          "path": "/home/guijinshu",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 49,
              "pid": 35,
              "name": "贵金属入门",
              "pinyin": "fjsrm",
              "path": "/home/guijinshu/fjsrm",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 50,
              "pid": 35,
              "name": "贵金属投资",
              "pinyin": "gjstz",
              "path": "/home/guijinshu/gjstz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 36,
          "pid": 10,
          "name": "期货",
          "pinyin": "qihuo",
          "path": "/home/qihuo",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 41,
              "pid": 36,
              "name": "期货入门",
              "pinyin": "qhrm",
              "path": "/home/qihuo/qhrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 42,
              "pid": 36,
              "name": "期货交易",
              "pinyin": "qhjy",
              "path": "/home/qihuo/qhjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 43,
              "pid": 36,
              "name": "股指期货",
              "pinyin": "fzqh",
              "path": "/home/qihuo/fzqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 44,
              "pid": 36,
              "name": "原油期货",
              "pinyin": "yyqh",
              "path": "/home/qihuo/yyqh",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 45,
              "pid": 36,
              "name": "期货公司",
              "pinyin": "qhgs",
              "path": "/home/qihuo/qhgs",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 46,
              "pid": 36,
              "name": "期货开户",
              "pinyin": "qhkh",
              "path": "/home/qihuo/qhkh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 47,
              "pid": 36,
              "name": "期货交易所",
              "pinyin": "qhjys",
              "path": "/home/qihuo/qhjys",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 37,
          "pid": 10,
          "name": "股票",
          "pinyin": "gupiao",
          "path": "/home/gupiao",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 51,
              "pid": 37,
              "name": "股票入门",
              "pinyin": "gprm",
              "path": "/home/gupiao/gprm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 52,
              "pid": 37,
              "name": "股票投资",
              "pinyin": "gptz",
              "path": "/home/gupiao/gptz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 53,
              "pid": 37,
              "name": "股票交易",
              "pinyin": "gpjy",
              "path": "/home/gupiao/gpjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 38,
          "pid": 10,
          "name": "证券",
          "pinyin": "zhengquan",
          "path": "/home/zhengquan",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 54,
              "pid": 38,
              "name": "证券入门",
              "pinyin": "zqrm",
              "path": "/home/zhengquan/zqrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 39,
          "pid": 10,
          "name": "区块链",
          "pinyin": "qukuailian",
          "path": "/home/qukuailian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 55,
              "pid": 39,
              "name": "区块链入门",
              "pinyin": "qklrm",
              "path": "/home/qukuailian/qklrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 40,
          "pid": 10,
          "name": "黄金",
          "pinyin": "huangjin",
          "path": "/home/huangjin",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 56,
              "pid": 40,
              "name": "黄金入门",
              "pinyin": "hjrm",
              "path": "/home/huangjin/hjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 57,
              "pid": 40,
              "name": "黄金投资",
              "pinyin": "hjtz",
              "path": "/home/huangjin/hjtz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 58,
              "pid": 40,
              "name": "黄金期货",
              "pinyin": "hjqh",
              "path": "/home/huangjin/hjqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 59,
              "pid": 40,
              "name": "黄金现货",
              "pinyin": "hjxh",
              "path": "/home/huangjin/hjxh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 60,
              "pid": 40,
              "name": "黄金交易",
              "pinyin": "hjjy",
              "path": "/home/huangjin/hjjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 61,
          "pid": 10,
          "name": "基金",
          "pinyin": "jijin",
          "path": "/home/jijin",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 62,
              "pid": 61,
              "name": "基金入门",
              "pinyin": "jjrm",
              "path": "/home/jijin/jjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 71,
          "pid": 10,
          "name": "经纪商 ",
          "pinyin": "jjs",
          "path": "/home/jjs",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 15,
      "pid": 0,
      "name": "热点新闻",
      "pinyin": "new",
      "path": "/new",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 25,
          "pid": 15,
          "name": "美股",
          "pinyin": "mg",
          "path": "/new/mg",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 26,
          "pid": 15,
          "name": "港股",
          "pinyin": "hk",
          "path": "/new/hk",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 27,
          "pid": 15,
          "name": "台股",
          "pinyin": "tw",
          "path": "/new/tw",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 28,
          "pid": 15,
          "name": "科技",
          "pinyin": "AI",
          "path": "/new/AI",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 17,
      "pid": 0,
      "name": "外汇行情",
      "pinyin": "whhq",
      "path": "/whhq",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 18,
      "pid": 0,
      "name": "外汇平台",
      "pinyin": "whplat",
      "path": "/whplat",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 19,
      "pid": 0,
      "name": "外汇开户",
      "pinyin": "whkh",
      "path": "/whkh",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 20,
      "pid": 0,
      "name": "外汇策略",
      "pinyin": "whcl",
      "path": "/whcl",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 21,
      "pid": 0,
      "name": "外汇入门",
      "pinyin": "whrm",
      "path": "/whrm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 22,
      "pid": 0,
      "name": "外汇交易",
      "pinyin": "whjy",
      "path": "/whjy",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 23,
      "pid": 0,
      "name": "曝光台",
      "pinyin": "bgt",
      "path": "/bgt",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list-expose.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 24,
      "pid": 0,
      "name": "广告合作",
      "pinyin": "gghz",
      "path": "/gghz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 30,
      "pid": 0,
      "name": "实时",
      "pinyin": "hour",
      "path": "/hour",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 33,
      "pid": 0,
      "name": "广告招商",
      "pinyin": "ggzs",
      "path": "/ggzs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 65,
      "pid": 0,
      "name": "外汇经纪商",
      "pinyin": "whjjs",
      "path": "/whjjs",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 66,
          "pid": 65,
          "name": "XM外汇",
          "pinyin": "smfx",
          "path": "/whjjs/smfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 67,
          "pid": 65,
          "name": "Exness外汇",
          "pinyin": "exfx",
          "path": "/whjjs/exfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 68,
          "pid": 65,
          "name": "TMGM外汇",
          "pinyin": "tmgmfx",
          "path": "/whjjs/tmgmfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 69,
          "pid": 65,
          "name": "Doo Prime德璞资本",
          "pinyin": "doo",
          "path": "/whjjs/doo",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 70,
          "pid": 65,
          "name": "FXTM富拓",
          "pinyin": "fxtm",
          "path": "/whjjs/fxtm",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 72,
          "pid": 65,
          "name": "EC外汇",
          "pinyin": "ecfx",
          "path": "/whjjs/ecfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    }
  ],
  "category": [
    {
      "id": 10,
      "pid": 0,
      "name": "首页",
      "pinyin": "home",
      "path": "/home",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 32,
          "pid": 10,
          "name": "外汇平台排名",
          "pinyin": "platrange",
          "path": "/home/platrange",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 34,
          "pid": 10,
          "name": "保险",
          "pinyin": "baoxian",
          "path": "/home/baoxian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 48,
              "pid": 34,
              "name": "保险入门",
              "pinyin": "bxrm",
              "path": "/home/baoxian/bxrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 35,
          "pid": 10,
          "name": "贵金属",
          "pinyin": "guijinshu",
          "path": "/home/guijinshu",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 49,
              "pid": 35,
              "name": "贵金属入门",
              "pinyin": "fjsrm",
              "path": "/home/guijinshu/fjsrm",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 50,
              "pid": 35,
              "name": "贵金属投资",
              "pinyin": "gjstz",
              "path": "/home/guijinshu/gjstz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 36,
          "pid": 10,
          "name": "期货",
          "pinyin": "qihuo",
          "path": "/home/qihuo",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 41,
              "pid": 36,
              "name": "期货入门",
              "pinyin": "qhrm",
              "path": "/home/qihuo/qhrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 42,
              "pid": 36,
              "name": "期货交易",
              "pinyin": "qhjy",
              "path": "/home/qihuo/qhjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 43,
              "pid": 36,
              "name": "股指期货",
              "pinyin": "fzqh",
              "path": "/home/qihuo/fzqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 44,
              "pid": 36,
              "name": "原油期货",
              "pinyin": "yyqh",
              "path": "/home/qihuo/yyqh",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 45,
              "pid": 36,
              "name": "期货公司",
              "pinyin": "qhgs",
              "path": "/home/qihuo/qhgs",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 46,
              "pid": 36,
              "name": "期货开户",
              "pinyin": "qhkh",
              "path": "/home/qihuo/qhkh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 47,
              "pid": 36,
              "name": "期货交易所",
              "pinyin": "qhjys",
              "path": "/home/qihuo/qhjys",
              "orderBy": 0,
              "target": "0",
              "status": "0",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 37,
          "pid": 10,
          "name": "股票",
          "pinyin": "gupiao",
          "path": "/home/gupiao",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 51,
              "pid": 37,
              "name": "股票入门",
              "pinyin": "gprm",
              "path": "/home/gupiao/gprm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 52,
              "pid": 37,
              "name": "股票投资",
              "pinyin": "gptz",
              "path": "/home/gupiao/gptz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 53,
              "pid": 37,
              "name": "股票交易",
              "pinyin": "gpjy",
              "path": "/home/gupiao/gpjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 38,
          "pid": 10,
          "name": "证券",
          "pinyin": "zhengquan",
          "path": "/home/zhengquan",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 54,
              "pid": 38,
              "name": "证券入门",
              "pinyin": "zqrm",
              "path": "/home/zhengquan/zqrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 39,
          "pid": 10,
          "name": "区块链",
          "pinyin": "qukuailian",
          "path": "/home/qukuailian",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 55,
              "pid": 39,
              "name": "区块链入门",
              "pinyin": "qklrm",
              "path": "/home/qukuailian/qklrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 40,
          "pid": 10,
          "name": "黄金",
          "pinyin": "huangjin",
          "path": "/home/huangjin",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 56,
              "pid": 40,
              "name": "黄金入门",
              "pinyin": "hjrm",
              "path": "/home/huangjin/hjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 57,
              "pid": 40,
              "name": "黄金投资",
              "pinyin": "hjtz",
              "path": "/home/huangjin/hjtz",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 58,
              "pid": 40,
              "name": "黄金期货",
              "pinyin": "hjqh",
              "path": "/home/huangjin/hjqh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 59,
              "pid": 40,
              "name": "黄金现货",
              "pinyin": "hjxh",
              "path": "/home/huangjin/hjxh",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            },
            {
              "id": 60,
              "pid": 40,
              "name": "黄金交易",
              "pinyin": "hjjy",
              "path": "/home/huangjin/hjjy",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 61,
          "pid": 10,
          "name": "基金",
          "pinyin": "jijin",
          "path": "/home/jijin",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "children": [
            {
              "id": 62,
              "pid": 61,
              "name": "基金入门",
              "pinyin": "jjrm",
              "path": "/home/jijin/jjrm",
              "orderBy": 0,
              "target": "0",
              "status": "1",
              "listView": "list.html",
              "articleView": "article.html",
              "seoTitle": "",
              "seoKeywords": "",
              "seoDescription": "",
              "type": "0",
              "dataConfig": null,
              "level": 1
            }
          ],
          "level": 1
        },
        {
          "id": 71,
          "pid": 10,
          "name": "经纪商 ",
          "pinyin": "jjs",
          "path": "/home/jjs",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 15,
      "pid": 0,
      "name": "热点新闻",
      "pinyin": "new",
      "path": "/new",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 25,
          "pid": 15,
          "name": "美股",
          "pinyin": "mg",
          "path": "/new/mg",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 26,
          "pid": 15,
          "name": "港股",
          "pinyin": "hk",
          "path": "/new/hk",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 27,
          "pid": 15,
          "name": "台股",
          "pinyin": "tw",
          "path": "/new/tw",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 28,
          "pid": 15,
          "name": "科技",
          "pinyin": "AI",
          "path": "/new/AI",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 17,
      "pid": 0,
      "name": "外汇行情",
      "pinyin": "whhq",
      "path": "/whhq",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 18,
      "pid": 0,
      "name": "外汇平台",
      "pinyin": "whplat",
      "path": "/whplat",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 19,
      "pid": 0,
      "name": "外汇开户",
      "pinyin": "whkh",
      "path": "/whkh",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 20,
      "pid": 0,
      "name": "外汇策略",
      "pinyin": "whcl",
      "path": "/whcl",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 21,
      "pid": 0,
      "name": "外汇入门",
      "pinyin": "whrm",
      "path": "/whrm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 22,
      "pid": 0,
      "name": "外汇交易",
      "pinyin": "whjy",
      "path": "/whjy",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 23,
      "pid": 0,
      "name": "曝光台",
      "pinyin": "bgt",
      "path": "/bgt",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list-expose.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 24,
      "pid": 0,
      "name": "广告合作",
      "pinyin": "gghz",
      "path": "/gghz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 25,
      "pid": 15,
      "name": "美股",
      "pinyin": "mg",
      "path": "/new/mg",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 26,
      "pid": 15,
      "name": "港股",
      "pinyin": "hk",
      "path": "/new/hk",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 27,
      "pid": 15,
      "name": "台股",
      "pinyin": "tw",
      "path": "/new/tw",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 28,
      "pid": 15,
      "name": "科技",
      "pinyin": "AI",
      "path": "/new/AI",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 30,
      "pid": 0,
      "name": "实时",
      "pinyin": "hour",
      "path": "/hour",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 32,
      "pid": 10,
      "name": "外汇平台排名",
      "pinyin": "platrange",
      "path": "/home/platrange",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 33,
      "pid": 0,
      "name": "广告招商",
      "pinyin": "ggzs",
      "path": "/ggzs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 34,
      "pid": 10,
      "name": "保险",
      "pinyin": "baoxian",
      "path": "/home/baoxian",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 48,
          "pid": 34,
          "name": "保险入门",
          "pinyin": "bxrm",
          "path": "/home/baoxian/bxrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 35,
      "pid": 10,
      "name": "贵金属",
      "pinyin": "guijinshu",
      "path": "/home/guijinshu",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 49,
          "pid": 35,
          "name": "贵金属入门",
          "pinyin": "fjsrm",
          "path": "/home/guijinshu/fjsrm",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 50,
          "pid": 35,
          "name": "贵金属投资",
          "pinyin": "gjstz",
          "path": "/home/guijinshu/gjstz",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 36,
      "pid": 10,
      "name": "期货",
      "pinyin": "qihuo",
      "path": "/home/qihuo",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 41,
          "pid": 36,
          "name": "期货入门",
          "pinyin": "qhrm",
          "path": "/home/qihuo/qhrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 42,
          "pid": 36,
          "name": "期货交易",
          "pinyin": "qhjy",
          "path": "/home/qihuo/qhjy",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 43,
          "pid": 36,
          "name": "股指期货",
          "pinyin": "fzqh",
          "path": "/home/qihuo/fzqh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 44,
          "pid": 36,
          "name": "原油期货",
          "pinyin": "yyqh",
          "path": "/home/qihuo/yyqh",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 45,
          "pid": 36,
          "name": "期货公司",
          "pinyin": "qhgs",
          "path": "/home/qihuo/qhgs",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 46,
          "pid": 36,
          "name": "期货开户",
          "pinyin": "qhkh",
          "path": "/home/qihuo/qhkh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 47,
          "pid": 36,
          "name": "期货交易所",
          "pinyin": "qhjys",
          "path": "/home/qihuo/qhjys",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 37,
      "pid": 10,
      "name": "股票",
      "pinyin": "gupiao",
      "path": "/home/gupiao",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 51,
          "pid": 37,
          "name": "股票入门",
          "pinyin": "gprm",
          "path": "/home/gupiao/gprm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 52,
          "pid": 37,
          "name": "股票投资",
          "pinyin": "gptz",
          "path": "/home/gupiao/gptz",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 53,
          "pid": 37,
          "name": "股票交易",
          "pinyin": "gpjy",
          "path": "/home/gupiao/gpjy",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 38,
      "pid": 10,
      "name": "证券",
      "pinyin": "zhengquan",
      "path": "/home/zhengquan",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 54,
          "pid": 38,
          "name": "证券入门",
          "pinyin": "zqrm",
          "path": "/home/zhengquan/zqrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 39,
      "pid": 10,
      "name": "区块链",
      "pinyin": "qukuailian",
      "path": "/home/qukuailian",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 55,
          "pid": 39,
          "name": "区块链入门",
          "pinyin": "qklrm",
          "path": "/home/qukuailian/qklrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 40,
      "pid": 10,
      "name": "黄金",
      "pinyin": "huangjin",
      "path": "/home/huangjin",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 56,
          "pid": 40,
          "name": "黄金入门",
          "pinyin": "hjrm",
          "path": "/home/huangjin/hjrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 57,
          "pid": 40,
          "name": "黄金投资",
          "pinyin": "hjtz",
          "path": "/home/huangjin/hjtz",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 58,
          "pid": 40,
          "name": "黄金期货",
          "pinyin": "hjqh",
          "path": "/home/huangjin/hjqh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 59,
          "pid": 40,
          "name": "黄金现货",
          "pinyin": "hjxh",
          "path": "/home/huangjin/hjxh",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 60,
          "pid": 40,
          "name": "黄金交易",
          "pinyin": "hjjy",
          "path": "/home/huangjin/hjjy",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 41,
      "pid": 36,
      "name": "期货入门",
      "pinyin": "qhrm",
      "path": "/home/qihuo/qhrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 42,
      "pid": 36,
      "name": "期货交易",
      "pinyin": "qhjy",
      "path": "/home/qihuo/qhjy",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 43,
      "pid": 36,
      "name": "股指期货",
      "pinyin": "fzqh",
      "path": "/home/qihuo/fzqh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 44,
      "pid": 36,
      "name": "原油期货",
      "pinyin": "yyqh",
      "path": "/home/qihuo/yyqh",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 45,
      "pid": 36,
      "name": "期货公司",
      "pinyin": "qhgs",
      "path": "/home/qihuo/qhgs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 46,
      "pid": 36,
      "name": "期货开户",
      "pinyin": "qhkh",
      "path": "/home/qihuo/qhkh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 47,
      "pid": 36,
      "name": "期货交易所",
      "pinyin": "qhjys",
      "path": "/home/qihuo/qhjys",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 48,
      "pid": 34,
      "name": "保险入门",
      "pinyin": "bxrm",
      "path": "/home/baoxian/bxrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 49,
      "pid": 35,
      "name": "贵金属入门",
      "pinyin": "fjsrm",
      "path": "/home/guijinshu/fjsrm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 50,
      "pid": 35,
      "name": "贵金属投资",
      "pinyin": "gjstz",
      "path": "/home/guijinshu/gjstz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 51,
      "pid": 37,
      "name": "股票入门",
      "pinyin": "gprm",
      "path": "/home/gupiao/gprm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 52,
      "pid": 37,
      "name": "股票投资",
      "pinyin": "gptz",
      "path": "/home/gupiao/gptz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 53,
      "pid": 37,
      "name": "股票交易",
      "pinyin": "gpjy",
      "path": "/home/gupiao/gpjy",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 54,
      "pid": 38,
      "name": "证券入门",
      "pinyin": "zqrm",
      "path": "/home/zhengquan/zqrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 55,
      "pid": 39,
      "name": "区块链入门",
      "pinyin": "qklrm",
      "path": "/home/qukuailian/qklrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 56,
      "pid": 40,
      "name": "黄金入门",
      "pinyin": "hjrm",
      "path": "/home/huangjin/hjrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 57,
      "pid": 40,
      "name": "黄金投资",
      "pinyin": "hjtz",
      "path": "/home/huangjin/hjtz",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 58,
      "pid": 40,
      "name": "黄金期货",
      "pinyin": "hjqh",
      "path": "/home/huangjin/hjqh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 59,
      "pid": 40,
      "name": "黄金现货",
      "pinyin": "hjxh",
      "path": "/home/huangjin/hjxh",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 60,
      "pid": 40,
      "name": "黄金交易",
      "pinyin": "hjjy",
      "path": "/home/huangjin/hjjy",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 61,
      "pid": 10,
      "name": "基金",
      "pinyin": "jijin",
      "path": "/home/jijin",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 62,
          "pid": 61,
          "name": "基金入门",
          "pinyin": "jjrm",
          "path": "/home/jijin/jjrm",
          "orderBy": 0,
          "target": "0",
          "status": "1",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 62,
      "pid": 61,
      "name": "基金入门",
      "pinyin": "jjrm",
      "path": "/home/jijin/jjrm",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 65,
      "pid": 0,
      "name": "外汇经纪商",
      "pinyin": "whjjs",
      "path": "/whjjs",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 66,
          "pid": 65,
          "name": "XM外汇",
          "pinyin": "smfx",
          "path": "/whjjs/smfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 67,
          "pid": 65,
          "name": "Exness外汇",
          "pinyin": "exfx",
          "path": "/whjjs/exfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 68,
          "pid": 65,
          "name": "TMGM外汇",
          "pinyin": "tmgmfx",
          "path": "/whjjs/tmgmfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 69,
          "pid": 65,
          "name": "Doo Prime德璞资本",
          "pinyin": "doo",
          "path": "/whjjs/doo",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 70,
          "pid": 65,
          "name": "FXTM富拓",
          "pinyin": "fxtm",
          "path": "/whjjs/fxtm",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 72,
          "pid": 65,
          "name": "EC外汇",
          "pinyin": "ecfx",
          "path": "/whjjs/ecfx",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 66,
      "pid": 65,
      "name": "XM外汇",
      "pinyin": "smfx",
      "path": "/whjjs/smfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 67,
      "pid": 65,
      "name": "Exness外汇",
      "pinyin": "exfx",
      "path": "/whjjs/exfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 68,
      "pid": 65,
      "name": "TMGM外汇",
      "pinyin": "tmgmfx",
      "path": "/whjjs/tmgmfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 69,
      "pid": 65,
      "name": "Doo Prime德璞资本",
      "pinyin": "doo",
      "path": "/whjjs/doo",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 70,
      "pid": 65,
      "name": "FXTM富拓",
      "pinyin": "fxtm",
      "path": "/whjjs/fxtm",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 71,
      "pid": 10,
      "name": "经纪商 ",
      "pinyin": "jjs",
      "path": "/home/jjs",
      "orderBy": 0,
      "target": "0",
      "status": "1",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    },
    {
      "id": 72,
      "pid": 65,
      "name": "EC外汇",
      "pinyin": "ecfx",
      "path": "/whjjs/ecfx",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    }
  ],
  "friendlink": [],
  "frag": {},
  "tag": [
    {
      "id": 1,
      "name": "EC外汇",
      "path": "pic",
      "count": 4
    },
    {
      "id": 16,
      "name": "XM官网",
      "path": "",
      "count": 1
    },
    {
      "id": 23,
      "name": "XM集团",
      "path": "",
      "count": 1
    },
    {
      "id": 2,
      "name": "XM外汇",
      "path": "chancms",
      "count": 0
    },
    {
      "id": 4,
      "name": "TMGM外汇平台",
      "path": "",
      "count": 0
    },
    {
      "id": 5,
      "name": "FXTM富拓",
      "path": "",
      "count": 0
    },
    {
      "id": 6,
      "name": "DLSM外汇官网",
      "path": "",
      "count": 0
    },
    {
      "id": 7,
      "name": "EX官网",
      "path": "",
      "count": 0
    },
    {
      "id": 8,
      "name": "德璞资本",
      "path": "",
      "count": 0
    },
    {
      "id": 9,
      "name": "比特币",
      "path": "",
      "count": 0
    },
    {
      "id": 10,
      "name": "致富财经",
      "path": "",
      "count": 0
    },
    {
      "id": 11,
      "name": "Xm外汇官网",
      "path": "",
      "count": 0
    },
    {
      "id": 12,
      "name": "TMGM官网",
      "path": "",
      "count": 0
    },
    {
      "id": 13,
      "name": "外汇交易",
      "path": "",
      "count": 0
    },
    {
      "id": 14,
      "name": "炒外汇",
      "path": "",
      "count": 0
    },
    {
      "id": 15,
      "name": "美股",
      "path": "",
      "count": 0
    },
    {
      "id": 17,
      "name": "陆港股",
      "path": "",
      "count": 0
    },
    {
      "id": 18,
      "name": "黄金",
      "path": "",
      "count": 0
    },
    {
      "id": 19,
      "name": "石油",
      "path": "",
      "count": 0
    },
    {
      "id": 20,
      "name": "贵金属",
      "path": "",
      "count": 0
    },
    {
      "id": 21,
      "name": "致富证券",
      "path": "",
      "count": 0
    },
    {
      "id": 22,
      "name": "金融诈骗",
      "path": "",
      "count": 0
    },
    {
      "id": 24,
      "name": "富拓外汇",
      "path": "",
      "count": 0
    }
  ],
  "ads": [
    {
      "id": 1913,
      "title": "HeroSMS",
      "img": "/public/uploads/default/image/2026/06/08/1780906856004.png",
      "link": "http://www.xiaolizi.work"
    },
    {
      "id": 1914,
      "title": "致富财经",
      "img": "/public/uploads/default/image/2026/06/08/1780906939770.png",
      "link": "https://www.chiefrich.com"
    },
    {
      "id": 1915,
      "title": "致富财经",
      "img": "/public/uploads/default/image/2026/06/08/1780906983444.png",
      "link": "https://www.chiefrich.com"
    },
    {
      "id": 3389,
      "title": "科技改变生活",
      "img": "/public/uploads/default/image/2026/06/23/1782210403190.png",
      "link": "https://www.chiefrich.com"
    },
    {
      "id": 4444,
      "title": "XM官网",
      "img": "/public/uploads/default/image/2026/07/01/1782876542326.png",
      "link": "https://affs.click/4nWcr"
    },
    {
      "id": 5965,
      "title": "昂首外汇",
      "img": "/public/uploads/default/image/2026/07/09/1783592741949.png",
      "link": "https://my.anzocapital.com/register?node=MjM2MTA=&language=zh-Hans"
    }
  ],
  "recommend": [
    {
      "id": 11741,
      "title": "AI晶片封装大突破 日厂新光电气做出「22层玻璃基板」",
      "shortTitle": "AI晶片封装大突破 日厂新光电气做出「22层玻璃基板」",
      "img": "https://cimg.cnyes.cool/prod/news/6580025/l/a3632f2431e4fdfaaa43b1ecd1692a9b.jpg",
      "createdAt": "2026-08-18T04:00:30.000Z",
      "description": "日本半导体封装基板制造商新光电气工业(Shinko Electric Industries)在玻璃基板技术取得重大突破,成功建构22层铜布线结构,在玻璃基板两面各堆叠11层铜布线层,显示玻璃基板朝高层数、高密度封装再跨出关键一步。 玻璃基板长期被视为先进半导体封装的重要发展方向,但实际应用一直受到「SeWaRe」问题限制,也就是玻璃内部可能出现裂缝或分层。 玻璃虽具有优异平整度与低热膨胀系数,但材质本身较脆,在加工及热循环过程中容易产生微裂纹,进而影响产品良率与可靠性。 新光电气此次透过材料创新",
      "pv": 111,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 10047,
      "title": "乌军连环炸「俄罗斯版亚马逊」物流仓库 俄女首富怒了",
      "shortTitle": "乌军连环炸「俄罗斯版亚马逊」物流仓库 俄女首富怒了",
      "img": "https://cimg.cnyes.cool/prod/news/6560289/l/0383426b4bb4b45b3b01f415bf8b2acd.jpg",
      "createdAt": "2026-08-06T21:30:11.000Z",
      "description": "俄罗斯莫斯科州契诃夫市一处巨型工业园周二 (4 日) 被乌克兰自杀式无人机精准命中,爆炸引发冲天大火,造成至少 5 死 10 伤,遇袭设施隶属俄国最大电商野莓 (Wildberries)。自 7 月中旬起,被称为「俄版亚马逊」的野莓物流仓库已成乌军打击清单常客。 根据美媒与《法新社》统计,过去数周,野莓约 20 处物流设施遭袭,遍布莫斯科州、圣彼得堡、萨马拉、坦波夫、梁赞、叶卡捷琳堡,甚至深入俄控克里米亚。 Data Insight 分析师 Sergei Semko 估计,光是莫斯科与坦波夫两地",
      "pv": 109,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 6913,
      "title": "不止车用晶片!辉达将供应丰田GPU与开发工具 在自动操控机械「物理AI」领域扩大日企合作",
      "shortTitle": "不止车用晶片!辉达将供应丰田GPU与开发工具 在自动操控机械",
      "img": "https://cimg.cnyes.cool/prod/news/6536650/l/e76d865b81e270f80af5556bbb224af3.jpg",
      "createdAt": "2026-07-16T05:03:07.000Z",
      "description": "美国 AI 晶片巨擘辉达今 (16) 日宣布,将在自动操控机械的「物理 AI」领域扩大与日本企业合作,将参与日本车厂丰田技术验证城市「Woven City」部分计划的开发。提供基础技术以促进 AI 在日本的应用。 辉达将向丰田子公司、涉足先进技术研发的 Woven by Toyota 提供 GPU 和开发工具。这将有助于发展 Woven City 交通管制系统所需的 AI 模型。 辉达将向丰田提供下一代汽车的半导体,也将提供开发在制造现场驱动机器人的 AI 所需的软体基础技术。丰田将把这些技术用",
      "pv": 100,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 11113,
      "title": "量产延至2028!三星电机玻璃基板认证受挫 恢复测试至少耗时一年",
      "shortTitle": "量产延至2028!三星电机玻璃基板认证受挫 恢复测试至少耗时",
      "img": "https://cimg.cnyes.cool/prod/news/6574896/l/c6c7083941de8406e4feff6e6f46f75c.jpg",
      "createdAt": "2026-08-13T02:50:04.000Z",
      "description": "外媒最新报导指出,三星电机与日本住友化学旗下东友精细化学合资的玻璃基板公司GlaSSEM研发遇挫,送测全球主要通讯半导体厂的TGV(玻璃通孔)样品未过可靠性认证,原定2027年下半年量产目标推迟至2028年以后,设备采购时程连续跳票数次,产线建设全面停滞。 韩媒《The Elec》近日报导指出问题出在材料与制程,样品于高低温循环、湿热老化测试中出现形变、微孔导通不稳,未达AI算力晶片与CPO光模组封装门槛。三星电机须重调玻璃配方与TGV钻孔参数、重做样品走完客户全流程复测,业内估算周期至少一年以",
      "pv": 94,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 10770,
      "title": "Anthropic全面导入「隐形浮水印」!复制文字、生成图片都能追溯来源",
      "shortTitle": "Anthropic全面导入「隐形浮水印」!复制文字、生成图片",
      "img": "https://cimg.cnyes.cool/prod/news/6570771/l/b40423fb03dce2e6cad9388712348f3a.jpg",
      "createdAt": "2026-08-11T09:10:05.000Z",
      "description": "Anthropic 宣布 Claude 全面导入机器可读内容标记,AI 生成文字将嵌入隐形浮水印,图片则加入 C2PA 数位签章,协助追踪 AI 内容来源并符合欧盟 AI 法规。",
      "pv": 92,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 10726,
      "title": "卫浴巨头抢吃AI大饼 TOTO砸300亿日元进军半导体陶瓷",
      "shortTitle": "卫浴巨头抢吃AI大饼 TOTO砸300亿日元进军半导体陶瓷",
      "img": "https://cimg.cnyes.cool/prod/news/6570020/l/e0f513c325a07fd747e271428282103e.jpg",
      "createdAt": "2026-08-11T06:08:10.000Z",
      "description": "以马桶、卫浴设备闻名的日本 TOTO 正加速抢进 AI 半导体供应链。随着 AI GPU、HBM 及先进晶片需求成长,TOTO 计划投入 300 亿日元扩大半导体先进陶瓷布局,其中 170 亿日元将用于兴建陶瓷研发大楼,将数十年累积的陶瓷技术转化为新成长动能。 TOTO 布局精密陶瓷并非近期才开始。公司早在 1976 年便启动相关研究,1984 年正式投入陶瓷业务,并在中长期策略「WILL2030」中,将半导体先进陶瓷定位为核心成长领域,业务触角也从传统卫浴陶瓷逐步延伸至半导体及光通讯市场。 目",
      "pv": 92,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 9511,
      "title": "南韩打炒房式降杠杆奏效!杠杆ETF交易急冻 晶片股波动降温",
      "shortTitle": "南韩打炒房式降杠杆奏效!杠杆ETF交易急冻 晶片股波动降温",
      "img": "https://cimg.cnyes.cool/prod/news/6558583/l/fe43d7cd8b4978fc33f1c1118ef906ef.jpg",
      "createdAt": "2026-08-04T07:20:04.000Z",
      "description": "在主管机关近期祭出管制后,散户投资单一个股杠杆 ETF 的交易辆大幅萎缩,显示导致市场剧烈波动的投机资金受到抑制。南韩企划财政部长具润哲 (Koo Yun-cheol) 周二 (4 日) 表示,政府还会采取进一步措施抑制股市波动。 南韩上周公布新一波管制措施,包括规定单一个股杠杆 ETF 投资金额不得超过投资人总投资资产的 20%。这是继两周前首波措施未能有效抑制散户疯抢高风险商品后,再度加码祭出的限制。 具润哲在内阁会议直播中表示,政府将尽速落实上周四宣布的措施,进一步限制单一个股杠杆 ETF",
      "pv": 90,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 6930,
      "title": "ASML首遭中国技术挑战!绕道LDP技术点亮国产EUV原型机!外媒:进展超许多西方专家预期",
      "shortTitle": "ASML首遭中国技术挑战!绕道LDP技术点亮国产EUV原型机",
      "img": "https://cimg.cnyes.cool/prod/news/6536331/l/3ff2e232dc012dbd1d895b1eae4ce1b0.jpg",
      "createdAt": "2026-07-16T06:50:08.000Z",
      "description": "印度国际新闻频道《WION》周二 (14 日) 引述消息人士独家报导指出,中国已在深圳一处高度机密的设施内,成功搭建完全国产化的极紫外光 (EUV) 光刻机原型机,这是自 1990 年代艾司摩尔投入 EUV 研发以来,首次有外部力量独立实现 EUV 光源产生与整机系统集成,全球半导体产业长期由西方技术垄断的局面遭遇永久性改写的临界点。 报导指出,这台原型机由华为统筹整合中国国内研究机构、供应链及数千名研究人员攻关,深圳设施采取严格的物理隔离与分组保密机制。 最关键的在于,中国团队未沿袭艾司摩尔沿",
      "pv": 88,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 7926,
      "title": "三星巨额奖金掀骨牌效应!南韩工会抢分AI红利 现代汽车喊出「机器人别想进厂」",
      "shortTitle": "三星巨额奖金掀骨牌效应!南韩工会抢分AI红利 现代汽车喊出「",
      "img": "https://cimg.cnyes.cool/prod/news/6543329/l/f3ed35991451eb161d0db065246f71ca.jpg",
      "createdAt": "2026-07-23T04:30:42.000Z",
      "description": "三星电子对工会让步,发放逾 40 万美元奖金给部分员工后,南韩劳工工会掀起新一波争取高额分红浪潮。这股浪潮最初源自工会要求三星电子与 SK 海力士 (SK Hynix) 等两大晶片制造商,分享人工智慧 (AI) 热潮带来的庞大利润,如今已扩散至与 AI 几乎无关的产业,也再次凸显南韩向来强大的工会势力,为投资人带来的潜在风险。 彭博报导,光是本周,现代汽车 (Hyundai Motor) 生产线员工便发起为期三天的部分罢工,要求公司将合并获利最高 30% 提拨作为员工奖金。 无独有偶,HD 现代",
      "pv": 88,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    },
    {
      "id": 9756,
      "title": "Bernstein逆势看多AI!上调伺服器、AI晶片出货预测、称2026年是ASIC转折年",
      "shortTitle": "Bernstein逆势看多AI!上调伺服器、AI晶片出货预测",
      "img": "",
      "createdAt": "2026-08-05T09:50:11.000Z",
      "description": "Bernstein 最新报告指出,尽管 AI 供应链股 7 月大幅回档,但四大云端业者持续上修资本支出,带动 AI 伺服器与 AI 晶片需求增强,因此调高 2025 至 2028 年出货预测,预估全球伺服器市",
      "pv": 86,
      "pinyin": "AI",
      "name": "科技",
      "path": "/new/AI"
    }
  ],
  "prev": {
    "id": 1168,
    "title": "NAND堆叠需求爆发!韩媒:韩化工厂PKC应三星要求将半导体用氯气产能扩产50%",
    "name": "科技",
    "path": "/new/AI"
  },
  "next": {
    "id": 1478,
    "title": "韩媒:战略层面存在重大分歧 三星为OpenAI客制化NPU计划陷入停滞",
    "name": "科技",
    "path": "/new/AI"
  },
  "randomRecommend": [
    {
      "id": 4218,
      "title": "XM外汇平台 | XM外汇官网开户流程如下",
      "img": "/public/uploads/default/image/2026/06/29/1782715844963_bmq2qj.jpg",
      "path": "/whplat"
    },
    {
      "id": 1309,
      "title": "什么是随机指标KDJ?KDJ随机指标运用技巧和方法",
      "img": "/public/uploads/default/image/2026/05/29/1780041041341_04agvf.jpg",
      "path": "/whcl"
    },
    {
      "id": 4238,
      "title": "外汇新手交易者必备!选择交易商一定要看的7个方面",
      "img": "/public/uploads/default/image/2026/06/29/1782715896815_p3ecyf.jpg",
      "path": "/whhq"
    },
    {
      "id": 1310,
      "title": "三步打造一套优秀的外汇交易系统!",
      "img": "/public/uploads/default/image/2026/05/29/1780041041677_sa5enb.jpg",
      "path": "/whcl"
    },
    {
      "id": 4261,
      "title": "什么是外汇保证金交易?外汇保证金有什么优势?",
      "img": "/public/uploads/default/image/2026/06/29/1782715899895_6r0m7k.jpg",
      "path": "/whhq"
    },
    {
      "id": 4257,
      "title": "决定外汇货币长期市场走势的基本面因素有哪些?",
      "img": "/public/uploads/default/image/2026/06/29/1782715899198_xebwal.jpg",
      "path": "/whhq"
    },
    {
      "id": 1319,
      "title": "外汇交易的进场策略和离场策略",
      "img": "/public/uploads/default/image/2026/05/29/1780041044615_09hv6z.jpg",
      "path": "/whcl"
    },
    {
      "id": 1381,
      "title": "金银闪崩,货币贬值交易还没完",
      "img": "/public/uploads/default/image/2026/05/29/1780041079747_sa191g.jpg",
      "path": "/whjy"
    }
  ],
  "cate": {
    "id": 28,
    "pid": 15,
    "name": "科技",
    "pinyin": "AI",
    "path": "/new/AI",
    "orderBy": 0,
    "target": "0",
    "status": "0",
    "listView": "list.html",
    "articleView": "article.html",
    "seoTitle": "",
    "seoKeywords": "",
    "seoDescription": "",
    "type": "0",
    "dataConfig": null,
    "level": 1
  },
  "article": {
    "id": 1204,
    "cid": 28,
    "subCid": null,
    "title": "一人抵一支AI军团!清华系「PilotDeck」横空出世 Token成本暴省75%",
    "shortTitle": "一人抵一支AI军团!清华系「PilotDeck」横空出世 T",
    "tagId": "",
    "attr": "",
    "articleView": null,
    "source": null,
    "author": "网络",
    "description": "在初代 Agent 集体卡关之际,清华团队近期低调开源全新智能体作业系统「PilotDeck」,迅速成为 AI 圈焦点。这款由清华大学 THUNLP 实验室、面壁智能、OpenBMB 与 AI9stars 联手打造的开源工具,被视为真正面向生产力的「Agent 协作舱」。 而曾经在 2026 年初爆红、创下 GitHub 最快夺星纪录的 AI 开源专案 OpenClaw(俗称小龙虾),如今热度却面临冰点。 相较 OpenClaw 偏向极客实验性质,PilotDeck 更强调多智能体协作、自动分工",
    "img": "https://cimg.cnyes.cool/prod/news/6472321/l/eb507b3bb9d33d82c93b42300f4cb6ea.jpg",
    "content": "<p>在初代 Agent 集体卡关之际,清华团队近期低调开源全新智能体作业系统「PilotDeck」,迅速成为 AI 圈焦点。这款由清华大学 THUNLP 实验室、面壁智能、OpenBMB 与 AI9stars 联手打造的开源工具,被视为真正面向生产力的「Agent 协作舱」。</p>\n<p style=\"text-align:center;\"><img src=\"https://cimg.cnyes.cool/prod/news/6472321/l/eb507b3bb9d33d82c93b42300f4cb6ea.jpg\" alt=\"\" style=\"width:50%;height:auto;border-radius:6px;margin:15px auto;display:block;\"></p>\n\n\n<p>而曾经在 2026 年初爆红、创下 GitHub 最快夺星纪录的 AI 开源专案 OpenClaw(俗称小龙虾),如今热度却面临冰点。</p>\n\n<p>相较 OpenClaw 偏向极客实验性质,PilotDeck 更强调多智能体协作、自动分工与高强度任务执行,可同时调度多个 AI 代理完成复杂工作流程,因此被不少开发者形容为「AI 军队指挥中心」,也让「1 个人操控 1 支 AI 团队」的概念开始真正落地。</p>\n\n<p>小龙虾确实完成了它的历史使命,像一场飓风般把「智能体」的概念吹进大众视野,让所有人惊觉 AI 原来能主动替人类干活,而非只是个陪聊的聊天机器人。</p>\n\n<p>然而,由于跑得太快,小龙虾来不及建立起足够深的代码壁垒与生态圈,终究没能成为智能体界的 Linux,迅速被拍死在沙滩上。</p>\n\n<p>面对初代 Agent 难以落地、无法适应高强度生产力的困境,那些真正需要靠 AI 搞生产力的人,现在都在用什么时髦的新工具?答案就在最近低调上线的智能体作业系统「PilotDeck」。</p>\n\n<p><em>超狂跨界:一边开奶茶店、一边画融资大萤幕</em></p>\n\n<p>许多初代的 Agent 遇到复杂任务或跨领域工作就容易当机,但 PilotDeck 的表现却好得离谱。在实际测试中,开发者同时开辟了 2 个完全不同方向的独立 WorkSpace(工作舱)进行高负载运作。</p>\n\n<p>在第 1 个工作舱里,测试人员只输入了 1 句简单的指令,要求做 1 个模拟经营奶茶店的小游戏,并包含进货、定价、排队系统,且顾客要能根据价格和口碑决定购买意愿。</p>\n\n<p>PilotDeck 随即展现出惊人的规划能力,不仅当场拆解出游戏的核心循环,设计了 5 款奶茶的产品线,还自动写出清新卡片风的 UI 布局与关键的 JavaScript 模组。没过多久, 1 个精致且可线上试玩的奶茶游戏就诞生了。</p>\n\n<p>同一个时间,另 1 个工作舱,测试人员丢进了 1 组全球 AI 公司的融资数据,要求制作 1 个带有动画效果、滑鼠悬停可看详情的互动式数据视觉化大屏。</p>\n\n<p>PilotDeck 俐落地绘制出 4 个核心图表,将融资总额前 10 名、北美与欧洲及亚洲的融资占比、乃至通用与企业与生成式 AI 的赛道分布展现得一清二楚。</p>\n\n<p>两个南辕北辙的任务同时在背景奔跑,1 个在写游戏代码,1 个在画数据图表,彼此互不干扰,效率高到令人咋舌。</p>\n\n<p>为了进一步试探极限,测试人员又加开了第 3 个任务,要求制作 1 个包含 10 道题目、拥有科技感 GitHub 暗色主题风格的「程式设计师性格测试」应用。</p>\n\n<p>PilotDeck 不仅设计出极度贴近开发者真实场景的趣味题目,还划分出架构师、搬砖侠、完美主义者等 6 种人格,甚至附带了精美的分享卡片。</p>\n\n<p>这 3 大工作舱的跨度大到不可思议,但 PilotDeck 却能稳稳地各跑各的,展现出极强的多工协作实力。</p>\n\n<p><em>给 AI 的「独立生存太空舱」</em></p>\n\n<p>为什么 PilotDeck 能够做到如此完美的任务隔离?这得归功于它与市面上其他工具截然不同的 WorkSpace 架构。</p>\n\n<p>虽然像 Claude Projects 或 Cursor Workspace 也有专案隔离的概念,但它们本质上只是「资料夹加上静态规则」,AI 的记忆看不见也改不了,技能无法随着使用而进化,甚至连 Token 成本也算不清。</p>\n\n<p>PilotDeck 则是直接为每个专案建造了一个具备 3 层架构的完整「工作舱」。</p>\n\n<p>底层是专属的档案系统,让专案档案与 AI 生成的内容拥有清晰的边界;中间层是专属记忆,包含了记录专案定义与进度的项目记忆,以及专门储存使用者交付偏好的协作反馈记忆,这一切都看得见、改得了,还能精准追溯来源。</p>\n\n<p>最上层则是专属技能,用户可以在 Skill 应用程式商店中,1 键为做游戏的工作舱安装资源寻找工具,或为写文档的工作舱安装 PDF 处理工具。</p>\n\n<p>在 PilotDeck 里,工作舱不再是死板的资料夹,而是 AI 赖以生存并持续进化的完整环境。</p>\n\n<p><em>聪明路由让 Token 帐单直接砍 7 成</em></p>\n\n<p>使用过 Agent 的开发者都知道一个公开的秘密:虽然用起来很痛快,但每个月最强模型的 API 帐单一来,烧起钱来简直比天天搭计程车还贵。</p>\n\n<p>许多人为了省钱,不得不手动切换模型,简单问题用便宜模型,复杂问题才换贵模型,但这种手动切换的成本极其繁琐,还会严重干扰 AI 的上下文快取(KV-cache),导致推理效率不升反降。</p>\n\n<p>为了解决这个硬核痛点,PilotDeck 开发了一套聪明的「智慧路由」机制。与市面上按单次请求切换模型的粗暴做法不同,PilotDeck 的路由是在「子 Agent」层级运作的。</p>\n\n<p>当一个复杂任务被拆解成多个子任务后,负责该子任务的 Agent 会被分配到最合适的模型并 1 路跑到底。</p>\n\n<p>这样一来,子 Agent 内部的上下文快取就能保持连续,不仅省下了大笔 Token 费用,更避免了频繁切换带来的效能损耗。</p>\n\n<p>这套路由的调度规则也极为灵活,支援使用者以自然语言或自订规则进行调节,例如指定代码相关任务走 Claude、文字处理走便宜模型。</p>\n\n<p>在实际的「程式设计师性格测试」测试中,未开启路由前需要花费近 11 美元,开启路由后实际仅花费 1.42 美元,瞬间省下了高达 75% 的成本。在更大规模的社群媒体内容生成测试中,同样也省下了近 7 成的费用。</p>\n\n<p>而在多语言播客、金融分析等复杂场景下,这种「强模型带弱模型」的组合,甚至能以 1/6 的价格跑出超越单一强模型的效果。</p>\n\n<p>此外,它还支援接入本地部署的模型,确保敏感数据完全不出本机,兼顾了隐私与性价比。</p>\n\n<p><em>撬开 AI 的脑袋 记忆不听话就「手动修改」</em></p>\n\n<p>在过去,Agent 的记忆对使用者而言就像黑盒子,AI 记住了什么、什么时候记的、记得到底对不对,通通无从得知。</p>\n\n<p>PilotDeck 的记忆面板则彻底将记忆「白盒化」,每 1 条记忆都标注了时间戳记、来源路径与类型。如果发现 AI 记错了,使用者可以直接点进去修改,或是直接删除发生冲突的记忆,完全不需要重新启动对话或重新喂一遍偏好。</p>\n\n<p>更受关注的是,PilotDeck 还引入了名为「Dream(梦境)」的后台整理机制。在系统空闲的时段,AI 会在后台自动回顾与整理自己的记忆,达到「白天工作、晚上消化」的效果。</p>\n\n<p>如果 AI 在梦境整理中出现了差错,使用者还能一键回滚到整理前的状态。这种记忆透明化的设计,让 AI 在使用过程中变得越来越听话,使用者的偏好被实实在在地记录在系统中,下次执行任务时便能精准照办。</p>\n\n<p>这款兼具独立工作舱、白盒化记忆与精算智慧路由的「六边形战士」,并未被锁在昂贵的付费墙后,而是大大方方地选择了完全开源。</p>\n\n<p>不论是底层的路由逻辑,还是优雅的 Workspace 架构,所有代码都已毫无保留地呈现在开发者面前。</p>\n\n<p>随着 PilotDeck 的开源,开发者们终于有了能真正投入实际生产线的利器,接管专属于自己的 AI 军团。</p>\n<div class=\"related-articles seo-links\">\n  <h4>相关阅读</h4>\n  <ul>\n    <li><a href=\"/new/AI/article-2339.html\" title=\"政府禁令反「助攻」生意? Anthropic企业AI订阅率升至41% 首度超越OpenAI \">政府禁令反「助攻」生意? Anthropic企业AI订阅率升至41% 首度超越OpenAI </a></li>\n    <li><a href=\"/new/AI/article-5091.html\" title=\"华尔街日报:中国制造升级挤压德国「隐形冠军」 德对中资本财贸易罕见转为逆差\">华尔街日报:中国制造升级挤压德国「隐形冠军」 德对中资本财贸易罕见转为逆差</a></li>\n    <li><a href=\"/new/AI/article-1897.html\" title=\"「聊天已死」!ChatGPT准备推出史上最大改版、OpenAI打造「超级应用」\">「聊天已死」!ChatGPT准备推出史上最大改版、OpenAI打造「超级应用」</a></li>\n    <li><a href=\"/new/AI/article-8910.html\" title=\"彭博模拟AI泡沫破裂:全球GDP恐损失1.6兆美元\">彭博模拟AI泡沫破裂:全球GDP恐损失1.6兆美元</a></li>\n    <li><a href=\"/new/AI/article-6939.html\" title=\"2001年来最剧烈平仓!美股火热动能交易撞墙 专家:是轮动而非崩跌 \">2001年来最剧烈平仓!美股火热动能交易撞墙 专家:是轮动而非崩跌 </a></li>\n    <li><a href=\"/new/AI/article-3630.html\" title=\"打破19岁订立50年计划!孙正义高喊没有时间退休 誓造全球最强AI机器人帝国 \">打破19岁订立50年计划!孙正义高喊没有时间退休 誓造全球最强AI机器人帝国 </a></li>\n  </ul>\n</div>",
    "status": 0,
    "pv": 57,
    "link": "https://news.cnyes.com/news/id/6472321",
    "createdAt": "2026-05-28T08:10:17.000Z",
    "updatedAt": "2026-09-11T01:04:42.000Z"
  },
  "position": [
    {
      "id": 15,
      "pid": 0,
      "name": "热点新闻",
      "pinyin": "new",
      "path": "/new",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "children": [
        {
          "id": 25,
          "pid": 15,
          "name": "美股",
          "pinyin": "mg",
          "path": "/new/mg",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 26,
          "pid": 15,
          "name": "港股",
          "pinyin": "hk",
          "path": "/new/hk",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 27,
          "pid": 15,
          "name": "台股",
          "pinyin": "tw",
          "path": "/new/tw",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        },
        {
          "id": 28,
          "pid": 15,
          "name": "科技",
          "pinyin": "AI",
          "path": "/new/AI",
          "orderBy": 0,
          "target": "0",
          "status": "0",
          "listView": "list.html",
          "articleView": "article.html",
          "seoTitle": "",
          "seoKeywords": "",
          "seoDescription": "",
          "type": "0",
          "dataConfig": null,
          "level": 1
        }
      ],
      "level": 1
    },
    {
      "id": 28,
      "pid": 15,
      "name": "科技",
      "pinyin": "AI",
      "path": "/new/AI",
      "orderBy": 0,
      "target": "0",
      "status": "0",
      "listView": "list.html",
      "articleView": "article.html",
      "seoTitle": "",
      "seoKeywords": "",
      "seoDescription": "",
      "type": "0",
      "dataConfig": null,
      "level": 1
    }
  ],
  "_locals": {},
  "cache": false
}