vue3-tunnel-lining-plugins 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ini/myQuickCommand.json +107 -0
- package/ini/myServerConfig.json +80 -0
- package/ini/mySketchesAndNotesUiConfig.json +1012 -0
- package/ini/myUiConfig.json +1644 -0
- package/ini/myVuetifyThemeConfig.json +105 -0
- package/mxServerConfig.json +69 -0
- package/package.json +4 -2
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
[
|
|
2
|
+
["Mx_New", "_new", "new"],
|
|
3
|
+
["Mx_OpenMxg", "_open", "open"],
|
|
4
|
+
["OpenDwg", "_opendwg", "opendwg"],
|
|
5
|
+
["SaveDwg", "save", "_save"],
|
|
6
|
+
["Mx_SaveAsMxg", "saveas", "_saveas"],
|
|
7
|
+
["SaveAsDwg", "saveasdwg", "_saveasdwg"],
|
|
8
|
+
["Plot", "_plot", "print", "_print"],
|
|
9
|
+
["MxVip_Login", "login", "_longin"],
|
|
10
|
+
["Mx_ShowCloudToolbar", "_cloud", "cloud", "cl"],
|
|
11
|
+
["Mx_ShowAnnotation", "_measure", "measure", "meas"],
|
|
12
|
+
["Mx_ShowAnnoDialog", "comment", "_comment", "_comm"],
|
|
13
|
+
["Mx_Reviewcomments", "check", "_check"],
|
|
14
|
+
["Mx_VIPTool", "_viptools", "viptools"],
|
|
15
|
+
["Mx_ShowDrawToolbar", "_draw", "draw"],
|
|
16
|
+
["Mx_ShowEditToolbar", "_edit", "edit"],
|
|
17
|
+
["MxC_BitchPrint", "bp"],
|
|
18
|
+
["Mx_Aligned", "dd"],
|
|
19
|
+
["Mx_Arec", "aa"],
|
|
20
|
+
["Mx_ExportTable", "ExportTable"],
|
|
21
|
+
["Mx_Properties", "objp", "_objp"],
|
|
22
|
+
|
|
23
|
+
["Mx_FeatureMatch", "fm"],
|
|
24
|
+
["Mx_Redo", "Redo", "r", "_r"],
|
|
25
|
+
["Mx_Undo", "U", "undo", "_undo", "_u"],
|
|
26
|
+
["_Erase", "E", "_E", "Erase"],
|
|
27
|
+
["Mx_Copy", "_Copy", "Co", "_Co", "Copy", "cp"],
|
|
28
|
+
["Mx_Move", "_Move", "M", "Mo", "_Mo", "Move"],
|
|
29
|
+
["Mx_Scale","_Scale", "Sc", "_Sc", "Scale"],
|
|
30
|
+
["Mx_Offset", "Offset", "_Offset", "O"],
|
|
31
|
+
["Mx_Rotate", "_Rotation", "Ro", "_Ro", "Rotation", "_rotate", "rotate"],
|
|
32
|
+
["Mx_Chamfer", "Cha", "Chamfer", "_Chamfer"],
|
|
33
|
+
["Mx_Fillet", "F", "Fillet", "_Fillet"],
|
|
34
|
+
["Mx_Trim", "Tr", "Trim", "_Trim"],
|
|
35
|
+
["Mx_Extend", "Ex", "Ext", "Extend", "_Extend"],
|
|
36
|
+
["Mx_Explode", "Explode", "x", "_Explode"],
|
|
37
|
+
["Mx_DrawOrder", "_draworder", "draworder"],
|
|
38
|
+
["_MxMeasurementDistance", "dist", "_dist"],
|
|
39
|
+
["Mx_Join", "_join", "join"],
|
|
40
|
+
["Mx_Break", "_break", "break"],
|
|
41
|
+
["Mx_Array", "_array", "array"],
|
|
42
|
+
["Mx_QuickSelect", "_qselect", "qselect", "qs"],
|
|
43
|
+
["Mx_Mirror", "_Mirror", "mirror", "mi"],
|
|
44
|
+
["Mx_DrawOrderTopmost", "ordertopmost"],
|
|
45
|
+
["Mx_DrawOrderButtomost", "orderbuttommost"],
|
|
46
|
+
["Mx_DrawOrderTop", "ordertop"],
|
|
47
|
+
["Mx_DrawOrderButtom", "orderbuttom"],
|
|
48
|
+
["Mx_Stretch", "Stretch", "s"],
|
|
49
|
+
["Mx_Lengthen", "lengthen", "len"],
|
|
50
|
+
["Re", "_re", "rd"],
|
|
51
|
+
["ZoomR", "_zoomr", "zoom"],
|
|
52
|
+
["Zoom", "Z", "_Z", "_Zoom", "zoom", "z"],
|
|
53
|
+
["Mx_Plan", "Plan", "_Plan"],
|
|
54
|
+
["ZoomP", "zoomp", "_zoomp", "zp"],
|
|
55
|
+
["WindowZoom", "zoomw", "_zoomw"],
|
|
56
|
+
["ZoomE", "ze", "_ze"],
|
|
57
|
+
["P", "_p"],
|
|
58
|
+
["DsViewer", "_dsv", "dsv"],
|
|
59
|
+
["MagnifyingGlass", "_mcla", "mcla"],
|
|
60
|
+
["_ViewColor", "vcolor", "_vcolor"],
|
|
61
|
+
["_ShowLineWeight", "linew", "_linew"],
|
|
62
|
+
["_DrawModle", "dm", "_dm"],
|
|
63
|
+
["MxFullScreen", "mf", "_mf"],
|
|
64
|
+
["Mx_Ucs", "ucs", "_ucs", "uc"],
|
|
65
|
+
["MxLayerManager", "_layer", "layer", "lay", "_lay"],
|
|
66
|
+
["_OpenAllLayer", "_openlayer", "openlayer"],
|
|
67
|
+
["_SelOffLayer", "_offlayer", "offlayer"],
|
|
68
|
+
["Mx_Color", "_color", "color", "col"],
|
|
69
|
+
["Mx_Linetype", "_linetype", "linetype", "lt"],
|
|
70
|
+
["Mx_LWeight", "_lw", "lw"],
|
|
71
|
+
["Mx_List", "list", "ls", "_list", "li"],
|
|
72
|
+
["Mx_Style", "_style", "style", "st"],
|
|
73
|
+
["Mx_Dimstyle", "_dimstyle", "dimstyle", "dimsty"],
|
|
74
|
+
["Mx_ddptype", "_ddptype", "ddptype"],
|
|
75
|
+
["Mx_Line", "_Line", "L", "_L", "Line"],
|
|
76
|
+
["Mx_Pline", "_Pline", "_pl", "pl", "pline"],
|
|
77
|
+
["Mx_Polygon", "Pol", "Polygon", "_Polygon"],
|
|
78
|
+
["Mx_Rectang", "Rec", "Rectang", "_Rectang"],
|
|
79
|
+
["Mx_Circle", "_DrawCircle", "C", "_C", "Circle"],
|
|
80
|
+
["Mx_Arc", "_Arc", "Arc", "A"],
|
|
81
|
+
["Mx_Ellipse", "ellipse", "_ellipse", "ellip", "ell"],
|
|
82
|
+
["Mx_EllipseArc", "ellipsearc", "_ellipsearc", "ellipa"],
|
|
83
|
+
["Mx_Spline", "Spl", "_Spline", "Spline"],
|
|
84
|
+
["_DrawPoint", "dp", "_dp", "drawpoint"],
|
|
85
|
+
["Mx_Insert", "insert", "_insert", "ins"],
|
|
86
|
+
["_DrawText", "text", "_text", "tx"],
|
|
87
|
+
["MxPE_DrawMText", "_MText", "mtext", "mt"],
|
|
88
|
+
["Mx_Hatch", "_bhatch", "bhatch", "bh", "hatch", "h"],
|
|
89
|
+
["_InsertImage", "image", "_image", "ima"],
|
|
90
|
+
["_DrawRotatedDimension", "linedim", "_rdim"],
|
|
91
|
+
["_DrawAlignedDimension", "adim", "aligneddim"],
|
|
92
|
+
["_DrawRadialDimension", "rdim", " _dimradius"],
|
|
93
|
+
["_DrawDiametricDimension", "diadim", "_dimdiameter"],
|
|
94
|
+
["_Draw2LineAngularDimension", "angdim"],
|
|
95
|
+
["_ObliqueDimension", "obldim"],
|
|
96
|
+
["Mx_Block", "_block", "block"],
|
|
97
|
+
["Mx_Attdef", "attdef"],
|
|
98
|
+
["_Revcloud", "cloudline", "rcl"],
|
|
99
|
+
["Mx_xline", "xl", "xli", "xline"],
|
|
100
|
+
["Mx_ExtendTool", "XX"],
|
|
101
|
+
["Mx_SetAppDialog", "set", "_se", "se"],
|
|
102
|
+
["MxCloud_QuickCommand", "qcmd", "qm"],
|
|
103
|
+
["MxCAD_About", "ab", "about", "_ab"],
|
|
104
|
+
["Mx_Erase", "e"],
|
|
105
|
+
["_MEASUREGEOM", "MEASUREGEOM", "MEA", "mea"],
|
|
106
|
+
["ID", "_ID"]
|
|
107
|
+
]
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"?uploadFileConfig": "上传文件相关配置",
|
|
3
|
+
"uploadFileConfig": {
|
|
4
|
+
"?baseUrl": "上传服务地址",
|
|
5
|
+
"baseUrl": "http://localhost:1337",
|
|
6
|
+
"?create": "参考WebUploader.create方法传入的参数配置",
|
|
7
|
+
"create": {
|
|
8
|
+
"swf": "https://www.mxdraw3d.com/webuploader/Uploader.swf",
|
|
9
|
+
"server": "/mxcad/files/uploadFiles",
|
|
10
|
+
"accept": {
|
|
11
|
+
"extensions": "mxweb,dwg,dxf",
|
|
12
|
+
"mimeTypes": ".mxweb,.dwg,.dxf"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"?fileisExist": "通过文件的md5参数检查文件是否已经存在",
|
|
16
|
+
"fileisExist": "/mxcad/files/fileisExist",
|
|
17
|
+
"?chunkisExist": "用于分片检查是否已经存在",
|
|
18
|
+
"chunkisExist": "/mxcad/files/chunkisExist",
|
|
19
|
+
"?chunked": "是否分片上传",
|
|
20
|
+
"chunked": true,
|
|
21
|
+
"?mxfilepath": "文件上传后前端访问路径",
|
|
22
|
+
"mxfilepath": "/mxcad/file/",
|
|
23
|
+
"?saveUrl": "保存文件服务地址",
|
|
24
|
+
"saveUrl": "http://localhost:1337/mxcad/savemxweb",
|
|
25
|
+
"?saveDwgUrl": "保存DWG文件服务地址",
|
|
26
|
+
"saveDwgUrl": "http://localhost:1337/mxcad/savedwg",
|
|
27
|
+
"?printPdfUrl": "把指定范围输出到pdf的服务地址",
|
|
28
|
+
"printPdfUrl": "http://localhost:1337/mxcad/print_to_pdf",
|
|
29
|
+
"?cutDwgUrl": "把指定范围输出到DWG的服务地址",
|
|
30
|
+
"cutDwgUrl": "http://localhost:1337/mxcad/cut_dwg"
|
|
31
|
+
},
|
|
32
|
+
"cooperateConfig": {
|
|
33
|
+
"?url": "协同服务地址",
|
|
34
|
+
"url": "http://localhost:3091"
|
|
35
|
+
},
|
|
36
|
+
"aiConfig": {
|
|
37
|
+
"?aiUrl": "ai服务地址",
|
|
38
|
+
"aiUrl": "http://localhost:7900"
|
|
39
|
+
},
|
|
40
|
+
"?wasmConfig": "在本项目中使用了mxcad库中提供的WebAssembly wasm文件和相关胶水代码的相关配置",
|
|
41
|
+
"wasmConfig": {
|
|
42
|
+
"?url": ":通过指定网络路径加载mxcad库中提供的wasm相关文件, 例如:https://unpkg.com/mxcad/dist/wasm/2d-st/ 程序会自动加载2d-st目录下与wasm相关的文件",
|
|
43
|
+
"url": "",
|
|
44
|
+
"?type": "如果没有设置url, 我们可以通过该项目本地存放的assets目录下wasm相关的文件, 目前可选项有: 2d和2d-st 2d是多线程加载,可能需要一些额外的服务器配置, 而2d-st是单线程的,你可以很方便的使用它,也可以通过访问地址参数调置http://xxxx/mxcad/?wasmtype=st",
|
|
45
|
+
"type": "2d"
|
|
46
|
+
},
|
|
47
|
+
"?supportTruetypeFont": "是否启用truetype字体的支持,默认是启用",
|
|
48
|
+
"supportTruetypeFont": true,
|
|
49
|
+
"?webgl1": "是使用webgl 1.0程序",
|
|
50
|
+
"webgl1": false,
|
|
51
|
+
|
|
52
|
+
"?defaultFont": "缺省使用的shx字体",
|
|
53
|
+
"defaultFont": "",
|
|
54
|
+
"defaultBigFont": "",
|
|
55
|
+
"defaultTrueTypeFont": "",
|
|
56
|
+
"?font": "需要加载的shx字体",
|
|
57
|
+
"font": [
|
|
58
|
+
"txt.shx",
|
|
59
|
+
"simplex.shx",
|
|
60
|
+
"gdt.shx",
|
|
61
|
+
"aaa.shx",
|
|
62
|
+
"ltypeshp.shx",
|
|
63
|
+
"complex.shx",
|
|
64
|
+
"cxgdt.shx",
|
|
65
|
+
"cxgdtshp.shx"
|
|
66
|
+
],
|
|
67
|
+
"?bigFont": "需要加载的big shx字体",
|
|
68
|
+
"bigFont": ["hztxt.shx", "gbcbig.shx"],
|
|
69
|
+
"?trueTypeFont": "需要加载的TrueType字体 [['simsun', 'syadobe'], ['思原宋体', '思原黑体'], ['stadobe.otf', 'syadobe.otf']]",
|
|
70
|
+
"trueTypeFont": [["syadobe"], ["思原黑体"], ["syadobe.otf"]],
|
|
71
|
+
"?isAutomaticJumpToMobilePage": "是否自动跳转到移动端页面",
|
|
72
|
+
"isAutomaticJumpToMobilePage": true,
|
|
73
|
+
"?mobilePageUrl": "跳转的移动端页面的网络路径如/mxcad_mobile/或者https://xxx.com/mxcad_mobile",
|
|
74
|
+
"mobilePageUrl": "/mxcad_mobile/",
|
|
75
|
+
"?file_ext_name": "cad文件格式的扩展名",
|
|
76
|
+
"file_ext_name": "mxweb",
|
|
77
|
+
"?useUtf8": "使用Utf8编码",
|
|
78
|
+
"useUtf8": false,
|
|
79
|
+
"speechRecognitionModel": "vosk-model-small-cn-0.22.zip"
|
|
80
|
+
}
|