| 12345678910111213141516171819202122232425262728293031 |
- [
- {
- "title": "新建工作场所",
- "text" : "点击后移到地图相应位置再次点击可创建",
- "id": "1.1",
- "action": "createDocument",
- "icon": "create.png",
- "expand": false,
- "position" : "left",
- "styles" : "toolbarItemNode",
- "sub": []
- }, {
- "styles" : "toolbarSep"
- },{
- "id": "wpContent",
- "styles" : "toolbarContent"
- },{
- "styles" : "toolbarSep"
- },
- {
- "title": "设置百度开发者认证",
- "text" : "设置工作场所需要用到百度开发者认证",
- "id": "2.1",
- "action": "setBiduAccount",
- "icon": "create.png",
- "expand": false,
- "position" : "right",
- "styles" : "toolbarItemRightNode",
- "sub": []
- }
- ]
|