12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- // const dev = require("./dev/index");
- // const server = require("./server/index");
- const content = [
- {
- title: "CADExport",
- path: "/revit/cad-export/",
- children: []
- },
- {
- title: "Revit服务器端化",
- path: "/revit/service-revit/",
- children: []
- },
- {
- title: "MBI",
- path: "/revit/mbi/",
- children: []
- },
- {
- title: "厂商库插件",
- path: "/revit/firm-lib/",
- children: []
- },
- {
- title: "Revit插件",
- path: "/revit/revit-plugin/",
- children: []
- },
- {
- title: "更新器",
- path: "/revit/updater/",
- children: []
- },
- {
- title: "relations",
- path: "/revit/relations/",
- children: []
- },
- ];
- module.exports = content;
|