123456789101112131415161718192021222324252627282930313233343536 |
- const content = [
- {
- title: "绘图引擎",
- path: "/dev/saga-graphy/graphy-engine/",
- children: [
- ["/dev/saga-graphy/graphy-engine/gradient", "渐变"],
- ["/dev/saga-graphy/graphy-engine/composite", "融合"],
- ]
- },
- {
- title: "场景管理",
- path: "/dev/saga-graphy/scene-manage/",
- children: [
- ]
- },
- {
- title: "楼层平面图",
- path: "/dev/saga-graphy/floor-map/",
- children: [
- ["/dev/saga-graphy/floor-map/workLine", "工作流程"],
- ["/dev/saga-graphy/floor-map/downloadFile", "手工下载楼层底图文件"],
- ["/dev/saga-graphy/floor-map/jsonFile", "json数据格式"],
- ["/dev/saga-graphy/floor-map/divide", "划分"],
- ]
- },
- {
- title: "系统图",
- path: "/dev/saga-graphy/system-diagram/",
- children: [
- ]
- },
- ];
- module.exports = content;
|